Table of Contents

Class MyLatestList<KeyType>

Namespace
Innova.Prism.Infrastructure.Settings
Assembly
Innova.Prism.Infrastructure.dll

Represents a 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 items in the list.

Inheritance
MyQueue<KeyType>
MyLatestList<KeyType>

Methods

Add(KeyType)

Adds an item to the list.