Class MyList<KeyType>
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
Represents a generic list that combines 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.
Methods
- GetIndexedLatestList()
Gets the indexed latest list.
- GetIndexedList(bool)
Gets the indexed list that combines the pinned list and the latest list.
- GetMergedList()
Gets the merged list that combines the latest list and the pinned list.