ResourceQueueCollectionTKey, TResource Constructor

Overload List

ResourceQueueCollectionTKey, TResource(FuncTResource, Int32, Int32) Initializes a new instance of the ResourceQueueCollectionTKey, TResource class with a default instance creation function and initial and maximum counts.
ResourceQueueCollectionTKey, TResource(FuncTKey, TResource, Int32, Int32) Initializes a new instance of the ResourceQueueCollectionTKey, TResource class with a custom instance creation function and initial and maximum counts.
ResourceQueueCollectionTKey, TResource(FuncTKey, FuncTResource, FuncTKey, Int32, FuncTKey, Int32) Initializes a new instance of the ResourceQueueCollectionTKey, TResource class with a custom instance creation function, initial counts, and maximum counts.
ResourceQueueCollectionTKey, TResource(FuncTKey, FuncTResource, Int32, Int32) Initializes a new instance of the ResourceQueueCollectionTKey, TResource class with a custom instance creation function and initial and maximum counts.

See Also