C# Класс Isop.Parse.ArgumentWithOptions

class to enable extensions of the behavior of what is recognized as arguments.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ArgumentWithOptions ( ArgumentParameter argument, Action action = null, bool required = false, string description = null, Type type = null ) : System
Equals ( ArgumentWithOptions other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Help ( ) : string

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

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

public ArgumentWithOptions ( ArgumentParameter argument, Action action = null, bool required = false, string description = null, Type type = null ) : System
argument ArgumentParameter
action Action
required bool
description string
type System.Type
Результат System

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

public Equals ( ArgumentWithOptions other ) : bool
other ArgumentWithOptions
Результат bool

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

public Equals ( object obj ) : bool
obj object
Результат bool

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

public GetHashCode ( ) : int
Результат int

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

public Help ( ) : string
Результат string