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

fe4c96cd db1b 6a4e 5477 e58c39b55e65

haplokuon edited this page May 6, 2023 · 1 revision

ObservableDictionary<TKey, TValue>(Int32) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the ObservableDictionary(TKey, TValue) class

Definition

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

Parameters

  Int32
\[Missing <param name="capacity"/> documentation for "M:netDxf.Collections.ObservableDictionary`2.#ctor(System.Int32)"\]

See Also

Reference

ObservableDictionary(TKey, TValue) Class
ObservableDictionary(TKey, TValue) Overload
netDxf.Collections Namespace

Clone this wiki locally