Table of Contents

Namespace Innova.Prism.Infrastructure.Settings

Classes

Name Summary
MyLatestList<KeyType>

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

MyList<KeyType>

Represents a list that contains a pinned list and a latest list.

MyQueue<KeyType>

Represents a generic queue implementation.