SetBoolList

SetBoolList(string, IList<bool>)

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

説明

BoolList型の値を設定する。

パラメーター

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

戻り値

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

SetBoolList(int, IList<bool>)

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

説明

BoolList型の値を設定する。

パラメーター

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

戻り値

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