IsListType
IsListType(Parameter.Type)
Description
Judges whether the type of the value handled by the specified Parameter.Type is IList<>.
Parameters
| Parameter Name | Description |
|---|---|
| type | Parameter type |
Returns
Returns true if the value type is IListIList<>.