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

ImplicitDelegateCreation() private method

private ImplicitDelegateCreation ( System.TypeSpec t, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.Location l ) : System
t System.TypeSpec
mg Mono.CSharp.MethodGroupExpr
l Mono.CSharp.Location
return System
		ImplicitDelegateCreation (TypeSpec t, MethodGroupExpr mg, Location l)
		{
			type = t;
			this.method_group = mg;
			loc = l;
		}
ImplicitDelegateCreation