UInt64Collection.UInt64Collection Constructors
Initializes a new instance of the UInt64Collection class.
Overload List
| Name | Description | |
|---|---|---|
| Public method | UInt64Collection() | Initializes a new empty instance of the UInt64Collection class. | 
| Public method | UInt64Collection(IEnumerable< System.UInt64 > items) | Initializes a new instance of the UInt64Collection class with the specified elements. | 
UInt64Collection()
Initializes a new empty instance of the UInt64Collection class.Syntax
public UInt64Collection ()UInt64Collection(IEnumerable< System.UInt64 > items)
Initializes a new instance of the UInt64Collection class with the specified elements.Syntax
public UInt64Collection (
	IEnumerable< System.UInt64 (not available in C#) > items
)Parameters
items
    Type: A collection of System::UInt64 elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android