Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
インデックスのプロパティでアクセスする必要がありTuple、そのインデックスを持つプロパティがない場合はスローしIndexOutOfRangeExceptionます。
Tuple
IndexOutOfRangeException
例えば:
Tuple<T1, T2, T3> // has 3 properties: Item1, Item2, Item3
でプロパティの数を取得する方法はありますTupleか?