Delegate MappedArray<TMapped, T>.MapTo
Delegate to abstract mapping implementation for structure mapping.
Namespace: Mars.Common.IO.Mapped.Arrays
Assembly: Mars.IO.dll
Syntax
public delegate void MapTo(ArrayBase<T> array, long idx, TMapped toMap);
Parameters
Type | Name | Description |
---|---|---|
ArrayBase<T> | array | |
System.Int64 | idx | |
TMapped | toMap |