ObservableDictionaryEventArgsTKey, TValueItem Property
|
Get the item that is being added to or removed from the dictionary.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public KeyValuePair<TKey, TValue> Item { get; }
Public ReadOnly Property Item As KeyValuePair(Of TKey, TValue)
Get
public:
property KeyValuePair<TKey, TValue> Item {
KeyValuePair<TKey, TValue> get ();
}
member Item : KeyValuePair<'TKey, 'TValue> with get
PROPERTY Item AS KeyValuePair<TKey, TValue> GET
Property Value
Type:
KeyValuePairTKey,
TValueSee Also