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 416
2c7dddb3 c950 527d 86f6 35eaf41a7494
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "P:netDxf.Collections.ObservableDictionary`2.Keys"]
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
ICollection(TKey)
IDictionary(TKey, TValue).Keys
ObservableDictionary(TKey, TValue) Class
netDxf.Collections Namespace