C# Class Isop.WpfControls.ViewModels.Param

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: Lundalogik/isop Class Usage Examples

Public Methods

Method Description
Param ( Type type, string name, ArgumentWithOptions argWithOptions ) : System
RecognizedArgument ( ) : RecognizedArgument

Method Details

Param() public method

public Param ( Type type, string name, ArgumentWithOptions argWithOptions ) : System
type System.Type
name string
argWithOptions Isop.Parse.ArgumentWithOptions
return System

RecognizedArgument() public method

public RecognizedArgument ( ) : RecognizedArgument
return Isop.Parse.RecognizedArgument