C# Class Cone.RowBuilderSpec

Afficher le fichier Open project: drunkcod/Cone

Méthodes publiques

Méthode 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

Méthode Description
Double ( int x ) : int

Method Details

DoStuff() public méthode

public DoStuff ( object arg0 ) : void
arg0 object
Résultat void

Lambda() public méthode

public Lambda ( Func f ) : void
f Func
Résultat void

collect_inline_lambda() public méthode

public collect_inline_lambda ( ) : void
Résultat void

collect_lambda() public méthode

public collect_lambda ( ) : void
Résultat void

collects_computed_parameters() public méthode

public collects_computed_parameters ( ) : void
Résultat void

collects_constants_parameters() public méthode

public collects_constants_parameters ( ) : void
Résultat void