ToArray
ToArray(IList)
public IList ToArray(IList instance) ;
Description
Convert to an array.
Parameters
| Parameter Name | Description |
|---|---|
| instance | Instance of type IList<elementType> |
Returns
Array of conversion results
Convert to an array.
| Parameter Name | Description |
|---|---|
| instance | Instance of type IList<elementType> |
Array of conversion results