Creates T[][] array
Namespace: GF.Clients.Charts.Custom.EL.Runtime
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
Parameters
- dim1
- Type: SystemInt32
First dimension of array - dim2
- Type: SystemInt32
Second dimension of array - def
- Type: T
Initial value
Type Parameters
- T
- Type of array
Return Value
Type: TRemarks
See Also