Table of Contents

Class MyQueue<KeyType>

Namespace
Innova.Data.AppSettings
Assembly
Innova.Data.dll

Represents a generic queue with a maximum count.

public class MyQueue<KeyType>

Type Parameters

KeyType

The type of the elements in the queue.

Inheritance
MyQueue<KeyType>
Derived

Constructors

MyQueue()

Properties

List

Gets or sets the list of elements in the queue.

MaxCount

Gets or sets the maximum count of the queue.

Methods

Add(KeyType)

Adds the specified value to the queue.

Remove(KeyType)

Removes the specified value from the queue.