ValueStringBuilder
Search Results for

    Show / Hide Table of Contents

    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 Source

    Current

    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 Source

    MoveNext()

    Advances the enumerator to the next element of the span.

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    System.Boolean

    true if the enumerator successfully advanced to the next element; false if the enumerator reached the end of the span.

    • Improve this Doc
    • View Source
    In This Article