public override Func <IExtractContext, string[]> Apply(DecodeContext decodeContext) { return(LdelemConverterUtilities.Apply( elementType => elementType.IsReferenceType, arrayType => arrayType.ElementType, decodeContext)); }
public override Func <IExtractContext, string[]> Apply(DecodeContext decodeContext) { return(LdelemConverterUtilities.Apply( elementType => elementType.IsInt32StackFriendlyType, decodeContext.PrepareContext.MetadataContext.Int16Type, decodeContext)); }
public override Func <IExtractContext, string[]> Apply(ITypeInformation operand, DecodeContext decodeContext) { return(LdelemConverterUtilities.Apply( elementType => operand.IsAssignableFrom(elementType), operand.MakeByReference(), true, decodeContext)); }