MemoryExtensionsSplitEnumerable Structure

Definition

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

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetEnumerator Returns an enumerator that iterates through the split segments of the span.
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also