TryGetBoolList

TryGetBoolList(string, out IList<bool>)

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

説明

BoolList型の値を取得する。

パラメーター

パラメーター名 説明
name 名前。
value 取得する値。

戻り値

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

TryGetBoolList(int, out IList<bool>)

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

説明

BoolList型の値を取得する。

パラメーター

パラメーター名 説明
id ID。
value 取得する値。

戻り値

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