Delegate MemoryMapDelegates.CreateAccessorFunc<T>
A delegate to create an accessor.
Namespace: Mars.Common.IO.Mapped
Assembly: Mars.IO.dll
Syntax
public delegate MappedAccessor<T> CreateAccessorFunc<T>(long sizeInBytesOrElements);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | sizeInBytesOrElements | The size in elements for fixed-size accessors and in bytes for variable-sized accessors. |
Returns
| Type | Description |
|---|---|
| MappedAccessor<T> |
Type Parameters
| Name | Description |
|---|---|
| T |