Method EmitDelegate
EmitDelegate<T>(T)
Emit the IL to invoke a delegate as if it were a method. Stack behaviour matches OpCodes.Call
public int EmitDelegate<T>(T cb) where T : Delegate
Parameters
cb
T
Returns
Type Parameters
T
public int EmitDelegate<T>(T cb) where T : Delegate
cb
TT