Delegate MemoryMap.CreateAccessorFunc<T>
A delegate to create an accessor.
Namespace: Mars.Common.IO.Mapped
Assembly: Mars.IO.dll
Syntax
public delegate MappedAccessor<T> CreateAccessorFunc<T>(MemoryMap map, long sizeInBytesOrElements);
Parameters
Type | Name | Description |
---|---|---|
MemoryMap | map | The memory map. |
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 |