Click or drag to resize

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; }

Property Value

Type: KeyValuePairTKey, TValue
See Also