MemoryExtensions.SplitMemoryEnumerable.GetEnumerator Method

Returns an enumerator that iterates through the split segments of the memory region.

Definition

Namespace: Ookii.Common
Assembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
C#
public MemoryExtensions.SplitMemoryEnumerator GetEnumerator()

Return Value

MemoryExtensions.SplitMemoryEnumerator
An enumerator that can be used to iterate through the segments.

See Also