C# Class Isop.Parse.RecognizedArgument

ファイルを表示 Open project: Lundalogik/isop Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Matches ( ParameterInfo paramInfo ) : bool
Matches ( PropertyInfo prop ) : bool
RecognizedArgument ( ArgumentWithOptions argumentWithOptions, int index, string argument, string value = null ) : System.Reflection

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Matches() public method

public Matches ( ParameterInfo paramInfo ) : bool
paramInfo System.Reflection.ParameterInfo
return bool

Matches() public method

public Matches ( PropertyInfo prop ) : bool
prop System.Reflection.PropertyInfo
return bool

RecognizedArgument() public method

public RecognizedArgument ( ArgumentWithOptions argumentWithOptions, int index, string argument, string value = null ) : System.Reflection
argumentWithOptions ArgumentWithOptions
index int
argument string
value string
return System.Reflection