C# Class Mono.CSharp.NewDelegate

Inheritance: DelegateCreation
Show file Open project: kumpera/mono

Public Properties

Property Type Description
Arguments Arguments

Public Methods

Method Description
NewDelegate ( System.TypeSpec type, Arguments Arguments, Mono.CSharp.Location loc ) : System

Protected Methods

Method Description
DoResolve ( ResolveContext ec ) : Mono.CSharp.Expression

Method Details

DoResolve() protected method

protected DoResolve ( ResolveContext ec ) : Mono.CSharp.Expression
ec ResolveContext
return Mono.CSharp.Expression

NewDelegate() public method

public NewDelegate ( System.TypeSpec type, Arguments Arguments, Mono.CSharp.Location loc ) : System
type System.TypeSpec
Arguments Arguments
loc Mono.CSharp.Location
return System

Property Details

Arguments public property

public Arguments Arguments
return Arguments