Struct ValueStringBuilder.Enumerator
Enumerates the elements of a
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: LinkDotNet.StringBuilder
Assembly: LinkDotNet.StringBuilder.dll
Syntax
public ref struct Enumerator
Properties
| Improve this Doc View SourceCurrent
Gets the element at the current position of the enumerator.
Declaration
public readonly char Current { get; }
Property Value
Type | Description |
---|---|
System.Char | The element at the current position of the enumerator. |
Methods
| Improve this Doc View SourceMoveNext()
Advances the enumerator to the next element of the span.
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean | True if the enumerator was successfully advancing to the next element; false if the enumerator has passed the end of the span. |