[]
Allocates a new IValue object.
IValue AllocValue()
Function AllocValue() As IValue
Type | Description |
---|---|
IValue | The new allocated IValue object. |
Allocates multiple IValue objects.
int AllocValue(int count)
Function AllocValue(count As Integer) As Integer
Type | Name | Description |
---|---|---|
int | count | The total number of IValue objects to allocate. |
Type | Description |
---|---|
int | An zero-based interger indicates the index of first allocated IValue object. |