StringBuilder.ChunkEnumerator.Current Property

Definition

Gets the chunk and the current position of the collection.

public:
 property ReadOnlyMemory<char> Current { ReadOnlyMemory<char> get(); };
public ReadOnlyMemory<char> Current { get; }
member this.Current : ReadOnlyMemory<char>
Public ReadOnly Property Current As ReadOnlyMemory(Of Char)

Property Value

The chunk at the current position of the collection.

Applies to