バージョン

ItemIDPair クラス メンバ

ItemIDPairデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタItemIDPair コンストラクタオーバーロードされます。   
トップ
パブリック プロパティ
 名前解説
Public プロパティComparerGets the IEqualityComparer that is used to determine equality of keys for the dictionary. System.Collections.Generic.Dictionary<string,object>から継承されます。
Public プロパティCountGets the number of key/value pairs contained in the Dictionary. System.Collections.Generic.Dictionary<string,object>から継承されます。
Public プロパティFieldIDPair項目のフィールドの ID ペア。  
Public プロパティItemGets or sets the value associated with the specified key. System.Collections.Generic.Dictionary<string,object>から継承されます。
Public プロパティKeysGets a collection containing the keys in the Dictionary. System.Collections.Generic.Dictionary<string,object>から継承されます。
Public プロパティRecordIDPair項目のレコードの ID ペア。  
Public プロパティValuesGets a collection containing the values in the Dictionary. System.Collections.Generic.Dictionary<string,object>から継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddAdds the specified key and value to the dictionary. System.Collections.Generic.Dictionary<string,object>から継承されます。
Public メソッドClearRemoves all keys and values from the Dictionary. System.Collections.Generic.Dictionary<string,object>から継承されます。
Public メソッドContainsKeyDetermines whether the Dictionary contains the specified key. System.Collections.Generic.Dictionary<string,object>から継承されます。
Public メソッドContainsValueDetermines whether the Dictionary contains a specific value. System.Collections.Generic.Dictionary<string,object>から継承されます。
Public メソッドGetEnumeratorReturns an enumerator that iterates through the Dictionary. System.Collections.Generic.Dictionary<string,object>から継承されます。
Public メソッドGetObjectDataImplements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the Dictionary instance. System.Collections.Generic.Dictionary<string,object>から継承されます。
Public メソッドOnDeserializationImplements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. System.Collections.Generic.Dictionary<string,object>から継承されます。
Public メソッドRemoveRemoves the value with the specified key from the Dictionary. System.Collections.Generic.Dictionary<string,object>から継承されます。
Public メソッドTryGetValueGets the value associated with the specified key. System.Collections.Generic.Dictionary<string,object>から継承されます。
トップ
参照