GetListType
GetListType(Type)
public static Type GetListType(Type elementType) ;
Description
Get the type of List<elementType>.
Parameters
| Parameter Name | Description |
|---|---|
| elementType | Element type |
Returns
Returns the type of List<elementType>.
Get the type of List<elementType>.
| Parameter Name | Description |
|---|---|
| elementType | Element type |
Returns the type of List<elementType>.