This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 439
fe4c96cd db1b 6a4e 5477 e58c39b55e65
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the ObservableDictionary(TKey, TValue) class
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ObservableDictionary(
int capacity
)VB
Public Sub New (
capacity As Integer
)C++
public:
ObservableDictionary(
int capacity
)F#
new :
capacity : int -> ObservableDictionary- Int32
- \[Missing <param name="capacity"/> documentation for "M:netDxf.Collections.ObservableDictionary`2.#ctor(System.Int32)"\]
ObservableDictionary(TKey, TValue) Class
ObservableDictionary(TKey, TValue) Overload
netDxf.Collections Namespace