StringBuilder.ChunkEnumerator.Current Eigenschaft
Definition
Ruft den Block und die aktuelle Position der Sammlung ab.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)
Eigenschaftswert
Der Block an der aktuellen Position der Auflistung.The chunk at the current position of the collection.