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