Click or drag to resize

MemoryXWriteArrayE Method

Write data into shared memory from the specified buffer.

Namespace:  Demo3D.IO.External
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public abstract void WriteArray<E>(
	int offset,
	 in ArraySegment<E> from
)
where E : struct, new()

Parameters

offset
Type: SystemInt32
Position in memory exchange.
from
Type: SystemArraySegmentEInAttribute
The buffer to copy the data from.

Type Parameters

E
Element type.
See Also