In This Topic
Creates an Array of count elements with the given value.
Syntax
'Declaration
Public Shared Function Array(Of )( _
ByVal As , _
ByVal As System.Integer _
) As
public static Array<>(
,
System.int
)
Parameters
- value
- count
Type Parameters
- T
See Also