Pool<T> Class

Definition

generic <typename T>
 where T : classpublic ref class Pool
public class Pool<T> where T : class
type Pool<'T (requires 'T : null)> = class
Public Class Pool(Of T)

Type Parameters

T
Inheritance
Pool<T>

Constructors

Pool<T>(Int32)

Properties

Count

Methods

Clear()
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Return(T)
Take()
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to