Method EmitNewTypedReference
EmitNewTypedReference<T>(ILProcessor, T?, out DynamicReferenceCell)
public static DataScope<DynamicReferenceCell> EmitNewTypedReference<T>(this ILProcessor il, T? value, out DynamicReferenceCell cellRef)
Parameters
ilILProcessorvalueTcellRefDynamicReferenceCell
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
ilILCursorvalueTcellRefDynamicReferenceCell
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
ilILGeneratorvalueTcellRefDynamicReferenceCell
Returns
Type Parameters
T