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 411
d616e260 fb81 3578 fba7 83e8d5a62c15
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of ObservableCollection
and has the specified initial capacity.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ObservableCollection(
int capacity
)
VB
Public Sub New (
capacity As Integer
)
C++
public:
ObservableCollection(
int capacity
)
F#
new :
capacity : int -> ObservableCollection
- Int32
- The number of items the collection can initially store.
ObservableCollection(T) Class
ObservableCollection(T) Overload
netDxf.Collections Namespace