C# Class Hiro.Compilers.MethodBuilderOptions

Represents a class that describes the options for creating a target method.
Show file Open project: philiplaureano/Hiro Class Usage Examples

Public Methods

Method Description
SetMethodParameters ( ) : void

Assigns parameters to the target method.

Method Details

SetMethodParameters() public method

Assigns parameters to the target method.
public SetMethodParameters ( ) : void
return void