Class MyQueue<KeyType>
- Namespace
- Innova.Prism.Infrastructure.Settings
- Assembly
- Innova.Prism.Infrastructure.dll
Represents a generic queue implementation.
public class MyQueue<KeyType>
Type Parameters
KeyType
The type of the elements in the queue.
- Inheritance
-
MyQueue<KeyType>
- Derived
Constructors
- MyQueue()
Initializes a new instance of the MyQueue<KeyType> class.
Properties
- List
Gets or sets the list of elements in the queue.
- MaxCount
Gets or sets the maximum count of elements in the queue.
Methods
- Add(KeyType)
Adds the specified value to the queue.
- Remove(KeyType)
Removes the specified value from the queue.