MemoryExtensionsSplitEnumerator Structure

Definition

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

Properties

Current Gets the current span 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 span.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also