public class ResourceQueueCollection<TKey, TResource>
where TResource : class
Public Class ResourceQueueCollection(Of TKey, TResource As Class)generic<typename TKey, typename TResource>
where TResource : ref class
public ref class ResourceQueueCollection| 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. |
| Item | Gets the resource queue for a key of this. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetResourceQueue | Gets a resource queue associated with the specified key or creates a new one if it doesn't exist. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |