Method NewBuffer
NewBuffer(Int32)
Expert: allocate a new buffer. Subclasses can allocate differently.
Declaration
public virtual byte[] NewBuffer(int size)
Parameters
Type | Name | Description |
---|---|---|
System. |
size | size of allocated buffer. |
Returns
Type | Description |
---|---|
System. |
allocated buffer. |