ArrayELCreateT Method (Int32, T)

GF Charts Help
Creates and initializes T[] array

Namespace:  GF.Clients.Charts.Custom.EL.Runtime
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public static T[] Create<T>(
	int dim,
	T def
)

Parameters

dim
Type: SystemInt32
Size of array
def
Type: T
Initial value

Type Parameters

T
Type of array

Return Value

Type: T
Remarks

Post-condition: res = new T[dim];
See Also

Reference