C# Class System.Linq.Expressions.LambdaExpression

Inheritance: Expression
Afficher le fichier Open project: mono/mono Class Usage Examples

Méthodes publiques

Méthode Description
CompileToMethod ( MethodBuilder method, DebugInfoGenerator debugInfoGenerator ) : void

Method Details

CompileToMethod() public méthode

public CompileToMethod ( MethodBuilder method, DebugInfoGenerator debugInfoGenerator ) : void
method System.Reflection.Emit.MethodBuilder
debugInfoGenerator System.Runtime.CompilerServices.DebugInfoGenerator
Résultat void