struct ReadOnlySpan<T>.Enumerator
Provides an enumerator for the elements of a .
public ref T Current { get; }
Gets a reference to the item at the current position of the enumerator.
- Returns The element in the at the current position of the enumerator.
public bool MoveNext( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.