C# Class Isop.CommandLine.Parse.RecognizedArgument

ファイルを表示 Open project: wallymathieu/isop

Public Methods

Method Description
AsKeyValuePair ( ) : string>.KeyValuePair
Equals ( object obj ) : bool
GetHashCode ( ) : int
Matches ( Parameter paramInfo ) : bool
Matches ( PropertyInfo prop ) : bool
RecognizedArgument ( Argument argumentWithOptions, int index, string argument, string value = null ) : System.Collections.Generic

Method Details

AsKeyValuePair() public method

public AsKeyValuePair ( ) : string>.KeyValuePair
return string>.KeyValuePair

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 ( Parameter paramInfo ) : bool
paramInfo Isop.Domain.Parameter
return bool

Matches() public method

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

RecognizedArgument() public method

public RecognizedArgument ( Argument argumentWithOptions, int index, string argument, string value = null ) : System.Collections.Generic
argumentWithOptions Isop.Domain.Argument
index int
argument string
value string
return System.Collections.Generic