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