Mono.CSharp.NewDelegate.NewDelegate C# (CSharp) Метод

NewDelegate() публичный Метод

public NewDelegate ( System.TypeSpec type, Arguments Arguments, Mono.CSharp.Location loc ) : System
type System.TypeSpec
Arguments Arguments
loc Mono.CSharp.Location
Результат System
		public NewDelegate (TypeSpec type, Arguments Arguments, Location loc)
		{
			this.type = type;
			this.Arguments = Arguments;
			this.loc  = loc; 
		}