ObservableDictionaryTKey, TValue Constructor (Int32) |
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public ObservableDictionary(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
ObservableDictionary(
int capacity
)
new :
capacity : int -> ObservableDictionary
Parameters
- capacity
- Type: SystemInt32
The initial number of elements that the DictionaryTKey, TValue can contain.
See Also