SetIntList

SetIntList(string, IList<int>)

public bool SetIntList(string name, IList<int> value) ;

説明

IntList型の値を設定する。

パラメーター

パラメーター名 説明
name 名前。
value 値。

戻り値

指定した名前のパラメータがあった場合にtrue。

SetIntList(int, IList<int>)

public bool SetIntList(int id, IList<int> value) ;

説明

IntList型の値を設定する。

パラメーター

パラメーター名 説明
id ID。
value 値。

戻り値

指定した名前のパラメータがあった場合にtrue。