MemoryExtensionsSplitMemoryEnumerator Structure

Definition

Namespace: Ookii.Common
Assembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
C#
public ref struct SplitMemoryEnumerator
Inheritance
Object    ValueType    MemoryExtensionsSplitMemoryEnumerator

Properties

Current Gets the current memory region segment in the enumeration.

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MoveNext Advances the enumerator to the next segment in the memory region.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also