NewArray
NewArray(int)
public IList NewArray(int count) ;
Description
Create a array instance.
Parameters
| Parameter Name | Description |
|---|---|
| count | Element count |
Returns
Array instance
Create a array instance.
| Parameter Name | Description |
|---|---|
| count | Element count |
Array instance