TryGetIntList

TryGetIntList(string, out IList<int>)

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

説明

IntList型の値を取得する。

パラメーター

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

戻り値

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

TryGetIntList(int, out IList<int>)

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

説明

IntList型の値を取得する。

パラメーター

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

戻り値

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