C# Class Hiro.Compilers.MethodBuilderOptions

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

Méthodes publiques

Méthode Description
SetMethodParameters ( ) : void

Assigns parameters to the target method.

Method Details

SetMethodParameters() public méthode

Assigns parameters to the target method.
public SetMethodParameters ( ) : void
Résultat void