TryGetValue TryGetValue(out T) public bool TryGetValue(out T value) ; 説明 値を取得する パラメーター パラメーター名 説明 value 取得した値 戻り値 値が取得できた場合にtrueを返す。そうでなければfalseを返す。