C# Class Cone.RowBuilderSpec

显示文件 Open project: drunkcod/Cone

Public Methods

Method Description
DoStuff ( object arg0 ) : void
Lambda ( Func f ) : void
collect_inline_lambda ( ) : void
collect_lambda ( ) : void
collects_computed_parameters ( ) : void
collects_constants_parameters ( ) : void

Private Methods

Method Description
Double ( int x ) : int

Method Details

DoStuff() public method

public DoStuff ( object arg0 ) : void
arg0 object
return void

Lambda() public method

public Lambda ( Func f ) : void
f Func
return void

collect_inline_lambda() public method

public collect_inline_lambda ( ) : void
return void

collect_lambda() public method

public collect_lambda ( ) : void
return void

collects_computed_parameters() public method

public collects_computed_parameters ( ) : void
return void

collects_constants_parameters() public method

public collects_constants_parameters ( ) : void
return void