C# Class Mono.CSharp.ImplicitDelegateCreation

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

Méthodes publiques

Méthode Description
Create ( ResolveContext ec, Mono.CSharp.MethodGroupExpr mge, System.TypeSpec target_type, Mono.CSharp.Location loc ) : Mono.CSharp.Expression

Private Methods

Méthode Description
ImplicitDelegateCreation ( System.TypeSpec t, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.Location l ) : System

Method Details

Create() static public méthode

static public Create ( ResolveContext ec, Mono.CSharp.MethodGroupExpr mge, System.TypeSpec target_type, Mono.CSharp.Location loc ) : Mono.CSharp.Expression
ec ResolveContext
mge Mono.CSharp.MethodGroupExpr
target_type System.TypeSpec
loc Mono.CSharp.Location
Résultat Mono.CSharp.Expression