Constructor VtUInt64Array
VtUInt64Array(IntPtr, bool)
Declaration
public VtUInt64Array(IntPtr cPtr, bool cMemoryOwn)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | cPtr | |
bool | cMemoryOwn |
VtUInt64Array()
Declaration
public VtUInt64Array()
VtUInt64Array(VtUInt64Array)
Declaration
public VtUInt64Array(VtUInt64Array other)
Parameters
Type | Name | Description |
---|---|---|
VtUInt64Array | other |
VtUInt64Array(uint)
Declaration
public VtUInt64Array(uint n)
Parameters
Type | Name | Description |
---|---|---|
uint | n |
VtUInt64Array(uint, ulong)
Declaration
public VtUInt64Array(uint n, ulong value)
Parameters
Type | Name | Description |
---|---|---|
uint | n | |
ulong | value |