Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

dd7759f2 d3ef 4030 163c c6be4f85e579

haplokuon edited this page May 6, 2023 · 1 revision

Item Property

netDxf 3.0.0 Library

Get the item that is being added to or removed from the dictionary.

Definition

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

Property Value

KeyValuePair(TKey, TValue)

See Also

Reference

ObservableDictionaryEventArgs(TKey, TValue) Class
netDxf.Collections Namespace

Clone this wiki locally