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