[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.Array

Array Method

Array<T>(T, int)

Creates an Array of count elements with the given value.

Declaration
public static T[] Array<T>(T value, int count)
Parameters
Type Name Description
T value
int count
Returns
Type Description
T[]
Type Parameters
Name Description
T