Method GetProxiedShim
GetProxiedShim(ILGenerator)
public static ILGeneratorShim GetProxiedShim(this ILGenerator il)
Parameters
il
ILGenerator
Returns
GetProxiedShim<T>(ILGenerator)
public static T GetProxiedShim<T>(this ILGenerator il) where T : ILGeneratorShim
Parameters
il
ILGenerator
Returns
- T
Type Parameters
T