TryGetIntList
TryGetIntList(string, out IList<int>)
public bool TryGetIntList(string name, out IList<int> value) ;
Description
Get the value of the IntList type.
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
| value | Value. |
Returns
The true when there parameters of the specified name.
TryGetIntList(int, out IList<int>)
public bool TryGetIntList(int id, out IList<int> value) ;
Description
Get the value of the IntList type.
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
| value | Value. |
Returns
The true when there parameters of the specified name.