This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
dd7759f2 d3ef 4030 163c c6be4f85e579
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Get the item that is being added to or removed from the dictionary.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public KeyValuePair<TKey, TValue> Item { get; }
VB
Public ReadOnly Property Item As KeyValuePair(Of TKey, TValue)
Get
C++
public:
property KeyValuePair<TKey, TValue> Item {
KeyValuePair<TKey, TValue> get ();
}
F#
member Item : KeyValuePair<'TKey, 'TValue> with get
ObservableDictionaryEventArgs(TKey, TValue) Class
netDxf.Collections Namespace