Method Populate +
+ + + + + | + Improve this Doc + + + View Source + + +Populate<T>(T[], T)
+Declaration
+public static T[] Populate<T>(this T[] arr, T value)
+Parameters
+Type | +Name | +Description | +
---|---|---|
T[] | +arr | +Array instance | +
T | +value | +Default value | +
Returns
+Type | +Description | +
---|---|
T[] | +Reference to the array instance | +
Type Parameters
+Name | +Description | +
---|---|
T | +Array value type | +