Table of Contents

Class MyLatestList<KeyType>

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

Represents a generic list that keeps track of the latest items added, similar to a queue.

public class MyLatestList<KeyType> : MyQueue<KeyType>

Type Parameters

KeyType

The type of the elements in the list.

Inheritance
MyQueue<KeyType>
MyLatestList<KeyType>

Methods

Add(KeyType)

Adds the specified value to the list.