Mono.CSharp.NewDelegate.NewDelegate C# (CSharp) Method

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
		public NewDelegate (TypeSpec type, Arguments Arguments, Location loc)
		{
			this.type = type;
			this.Arguments = Arguments;
			this.loc  = loc; 
		}