StringBuilder.ChunkEnumerator.Current 屬性

定義

取得集合目前位置的區塊。

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)

屬性值

位於集合目前位置的區塊。

適用於