C# Class Mono.CSharp.NewDelegate

Inheritance: DelegateCreation
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Свойство Type Description
Arguments Arguments

Méthodes publiques

Méthode Description
NewDelegate ( System.TypeSpec type, Arguments Arguments, Mono.CSharp.Location loc ) : System

Méthodes protégées

Méthode Description
DoResolve ( ResolveContext ec ) : Mono.CSharp.Expression

Method Details

DoResolve() protected méthode

protected DoResolve ( ResolveContext ec ) : Mono.CSharp.Expression
ec ResolveContext
Résultat Mono.CSharp.Expression

NewDelegate() public méthode

public NewDelegate ( System.TypeSpec type, Arguments Arguments, Mono.CSharp.Location loc ) : System
type System.TypeSpec
Arguments Arguments
loc Mono.CSharp.Location
Résultat System

Property Details

Arguments public_oe property

public Arguments Arguments
Résultat Arguments