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