C# Class ComboFuncBase, code

ファイルを表示 Open project: shendongnian/code

Protected Properties

Property Type Description
Afunc string>.Func
Bfunc string>.Func
Cfunc string>.Func
chain string>.Func

Public Methods

Method Description
Apply ( string argument ) : string

Execute the chain of functions

C ( string sz ) : ComboFuncWithC

Apply FunctionC - always available

Method Details

Apply() public method

Execute the chain of functions
public Apply ( string argument ) : string
argument string
return string

C() public method

Apply FunctionC - always available
public C ( string sz ) : ComboFuncWithC
sz string
return ComboFuncWithC

Property Details

Afunc protected_oe property

protected Func Afunc
return string>.Func

Bfunc protected_oe property

protected Func Bfunc
return string>.Func

Cfunc protected_oe property

protected Func Cfunc
return string>.Func

chain protected_oe property

protected Func chain
return string>.Func