C# Класс clipr.ParseActionExtensions

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

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

Метод Описание
ConsumesArgumentValues ( this action ) : bool

Indicates whether or not an action has the potential to consume argument values.

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

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

Indicates whether or not an action has the potential to consume argument values.
public static ConsumesArgumentValues ( this action ) : bool
action this Action to test.
Результат bool