Method EmitNewTypedReference
EmitNewTypedReference<T>(ILProcessor, T?, out DynamicReferenceCell)
public static DataScope<DynamicReferenceCell> EmitNewTypedReference<T>(this ILProcessor il, T? value, out DynamicReferenceCell cellRef)
Parameters
il
ILProcessorvalue
TcellRef
DynamicReferenceCell
Returns
Type Parameters
T
EmitNewTypedReference<T>(ILCursor, T?, out DynamicReferenceCell)
public static DataScope<DynamicReferenceCell> EmitNewTypedReference<T>(this ILCursor il, T? value, out DynamicReferenceCell cellRef)
Parameters
il
ILCursorvalue
TcellRef
DynamicReferenceCell
Returns
Type Parameters
T
EmitNewTypedReference<T>(ILGenerator, T?, out DynamicReferenceCell)
public static DataScope<DynamicReferenceCell> EmitNewTypedReference<T>(this ILGenerator il, T? value, out DynamicReferenceCell cellRef)
Parameters
il
ILGeneratorvalue
TcellRef
DynamicReferenceCell
Returns
Type Parameters
T