Table of Contents

Class MyList<KeyType>

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

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

public class MyList<KeyType>

Type Parameters

KeyType

The type of the keys in the list.

Inheritance
MyList<KeyType>

Constructors

MyList()

Initializes a new instance of the MyList<KeyType> class.

Properties

LatestList

Gets or sets the latest list.

PinnedList

Gets or sets the pinned list.