C# Класс Sanderling.Parse.Extension

Показать файл Открыть проект

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

Метод Описание
ListKeyCodeFromUIText ( this listKeyUITextAggregated ) : IEnumerable
Parse ( this memoryMeasurement ) : IMemoryMeasurement
Parse ( this neocom ) : INeocom
ParseAsModuleButtonTooltip ( this container ) : IModuleButtonTooltip
SecondCountFromBracketTimerText ( this timerText, bool allowLeadingText = false, bool allowTrailingText = false ) : int?

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

Метод Описание
KeyCodeFromUIText ( this keyUIText ) : VirtualKeyCode?

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

ListKeyCodeFromUIText() статический публичный Метод

static public ListKeyCodeFromUIText ( this listKeyUITextAggregated ) : IEnumerable
listKeyUITextAggregated this
Результат IEnumerable

Parse() статический публичный Метод

static public Parse ( this memoryMeasurement ) : IMemoryMeasurement
memoryMeasurement this
Результат IMemoryMeasurement

Parse() статический публичный Метод

static public Parse ( this neocom ) : INeocom
neocom this
Результат INeocom

ParseAsModuleButtonTooltip() статический публичный Метод

static public ParseAsModuleButtonTooltip ( this container ) : IModuleButtonTooltip
container this
Результат IModuleButtonTooltip

SecondCountFromBracketTimerText() статический публичный Метод

static public SecondCountFromBracketTimerText ( this timerText, bool allowLeadingText = false, bool allowTrailingText = false ) : int?
timerText this
allowLeadingText bool
allowTrailingText bool
Результат int?