Table of Contents

Class MruList

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

Represents a Most Recently Used (MRU) list.

public class MruList : List<string>, IList<string>, ICollection<string>, IList, ICollection, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable
Inheritance
MruList
Implements
Extension Methods

Methods

AddValueIfNotExists(string)

Adds a value to the MRU list if it does not already exist.