IDPairデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
IDPair コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
Comparer | Gets the IEqualityComparer that is used to determine equality of keys for the dictionary. System.Collections.Generic.Dictionary<string,object>から継承されます。 | |
Count | Gets the number of key/value pairs contained in the Dictionary. System.Collections.Generic.Dictionary<string,object>から継承されます。 | |
Index | オブジェクトのインデックス。 | |
Item | Gets or sets the value associated with the specified key. System.Collections.Generic.Dictionary<string,object>から継承されます。 | |
Key | オブジェクトを識別するキー。null の場合、インデックスは識別するために使用されます。 | |
Keys | Gets a collection containing the keys in the Dictionary. System.Collections.Generic.Dictionary<string,object>から継承されます。 | |
Values | Gets a collection containing the values in the Dictionary. System.Collections.Generic.Dictionary<string,object>から継承されます。 |