Struct DynamicBufferContainer<T>
Syntax
public struct DynamicBufferContainer<T> : IDynamicBufferContainer
Type Parameters
Constructors
DynamicBufferContainer(Void*, Int32, Int32, Boolean)
Declaration
public DynamicBufferContainer(void *buffer, int length, int size, bool isReadOnly)
Parameters
| Type |
Name |
Description |
| System.Void* |
buffer |
|
| System.Int32 |
length |
|
| System.Int32 |
size |
|
| System.Boolean |
isReadOnly |
|
Properties
ElementType
Declaration
public Type ElementType { get; }
Property Value
| Type |
Description |
| System.Type |
|
Implements
Length
Declaration
public int Length { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.ValueType.GetHashCode()