C# Class Yea.Reflection.Emit.MethodBuilder

Helper class for defining a method within a type
Inheritance: Yea.Reflection.Emit.BaseClasses.MethodBase
Afficher le fichier Open project: OxPatient/Rule-Engine Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

Outputs the method to a string

Private Methods

Méthode Description
MethodBuilder ( TypeBuilder typeBuilder, string name, MethodAttributes attributes, IEnumerable parameters, Type returnType ) : System

Method Details

ToString() public méthode

Outputs the method to a string
public ToString ( ) : string
Résultat string