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