'宣言 Public Overloads Property Item( _ ByVal index As System.Integer _ ) As System.Collections.Generic.KeyValuePair(Of T,SortCondition)
public System.Collections.Generic.KeyValuePair<T,SortCondition> Item( System.int index ) {get; set;}
| 例外 | 解説 |
|---|---|
| System.ArgumentNullException | 割り当てられた値の Key または Value は null です。 |
| System.InvalidOperationException | 異なるインデックスにあるコレクション内のすでに割り当てられた値の Key。 |
オンラインで表示: GitHub