ArrayPool<T> Constructor

Definition

Initializes a new instance of the ArrayPool<T> class.

protected:
 ArrayPool();
protected ArrayPool ();
Protected Sub New ()

Remarks

Note that this constructor is protected; it can only be called by classes derived from the ArrayPool<T> class.

Applies to