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

2c7dddb3 c950 527d 86f6 35eaf41a7494

haplokuon edited this page May 6, 2023 · 1 revision

Keys Property

netDxf 3.0.0 Library

[Missing <summary> documentation for "P:netDxf.Collections.ObservableDictionary`2.Keys"]

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public ICollection<TKey> Keys { get; }

VB

Public ReadOnly Property Keys As ICollection(Of TKey)
	Get

C++

public:
virtual property ICollection<TKey>^ Keys {
	ICollection<TKey>^ get () sealed;
}

F#

abstract Keys : ICollection<'TKey> with get
override Keys : ICollection<'TKey> with get

Property Value

ICollection(TKey)

Implements

IDictionary(TKey, TValue).Keys

See Also

Reference

ObservableDictionary(TKey, TValue) Class
netDxf.Collections Namespace

Clone this wiki locally