MemoryPool<T>.MaxBufferSize Property

Definition

Gets the maximum buffer size supported by this pool.

public:
 abstract property int MaxBufferSize { int get(); };
public abstract int MaxBufferSize { get; }
member this.MaxBufferSize : int
Public MustOverride ReadOnly Property MaxBufferSize As Integer

Property Value

The maximum buffer size supported by this pool.

Applies to