Constructor BlobBuilderArray
BlobBuilderArray(void*, int)
For internal, BlobBuilder, use only.
Declaration
public BlobBuilderArray(void* data, int length)
Parameters
| Type | Name | Description |
|---|---|---|
| void* | data | The pointer to the allocated buffer. |
| int | length | The length of the buffer. |