public class ResourceQueue<T>
where T : class
Public Class ResourceQueue(Of T As Class)generic<typename T>
where T : ref class
public ref class ResourceQueue| ResourceQueueT | Creates a new Resource Queue with the specified initial resources and maximum capacity. |
| Dequeue | Removes an item from the queue. If one does not exist, a new item is created. |
| Enqueue | Adds an item back to the queue, so long as queue is not at maximum capacity. |
| 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) |
| 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) |