public ArraySection<TFrom> Buffer { get; }
Public ReadOnly Property Buffer As ArraySection(Of TFrom) Get
public: property ArraySection<TFrom> Buffer { ArraySection<TFrom> get (); }
member Buffer : ArraySection<'TFrom> with get
In This Article