Метод | Описание | |
---|---|---|
RegisterCmdLineAction ( this builder, string prototype, string description, string>.Action |
||
RegisterCmdLineAction ( this builder, string prototype, string description, Action |
||
RegisterCmdLineDataOption ( this builder, string prototype, string description, object dataKey ) : void | ||
RegisterCmdLineFlag ( this builder, string prototype, string description, object dataKey ) : void | ||
RegisterCmdLineListAction ( this builder, string prototype, string description, string[]>.Action |
||
RegisterZetboxImplementors ( this builder, |
public static RegisterCmdLineAction ( this builder, string prototype, string description, string>.Action |
||
builder | this | |
prototype | string | |
description | string | |
action | string>.Action | |
Результат | void |
public static RegisterCmdLineAction ( this builder, string prototype, string description, Action |
||
builder | this | |
prototype | string | |
description | string | |
action | Action |
|
Результат | void |
public static RegisterCmdLineDataOption ( this builder, string prototype, string description, object dataKey ) : void | ||
builder | this | |
prototype | string | |
description | string | |
dataKey | object | |
Результат | void |
public static RegisterCmdLineFlag ( this builder, string prototype, string description, object dataKey ) : void | ||
builder | this | |
prototype | string | |
description | string | |
dataKey | object | |
Результат | void |
public static RegisterCmdLineListAction ( this builder, string prototype, string description, string[]>.Action |
||
builder | this | |
prototype | string | |
description | string | |
listAction | string[]>.Action | |
Результат | void |
public static RegisterZetboxImplementors ( this builder, |
||
builder | this | |
source | ||
Результат | void |