TryGetIntList
TryGetIntList(out IList<int>)
public bool TryGetIntList(out IList<int> value) ;
Description
Get the value of the IntList type.
Parameters
| Parameter Name | Description |
|---|---|
| value | Value. |
Returns
Return true if the value can be obtained.
Get the value of the IntList type.
| Parameter Name | Description |
|---|---|
| value | Value. |
Return true if the value can be obtained.