C# Класс Bloom.CollectionChoosing.MostRecentPathsList

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetNonStalePaths IEnumerable

Открытые методы

Метод Описание
AddNewPath ( string path ) : bool

Adds path to top of list of most recently used files if it exists (returns false if it doesn't exist)

MostRecentPathsList ( ) : System
RemovePath ( string path ) : void

Приватные методы

Метод Описание
GetNonStalePaths ( ) : IEnumerable

Описание методов

AddNewPath() публичный Метод

Adds path to top of list of most recently used files if it exists (returns false if it doesn't exist)
public AddNewPath ( string path ) : bool
path string
Результат bool

MostRecentPathsList() публичный Метод

public MostRecentPathsList ( ) : System
Результат System

RemovePath() публичный Метод

public RemovePath ( string path ) : void
path string
Результат void