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