// Token: 0x060012C9 RID: 4809 RVA: 0x0006DD18 File Offset: 0x0006BF18
        private static object GetDetailPropertyValue(PropTag propTag, byte[] recordBuffer, byte[] propertyDescriptorsBuffer, int headerPropertyDescriptorsCount, int detailPropertyDescriptorsCount, bool isFromOldFile)
        {
            int propertyOffset = DiffFileGenerator.GetPropertyOffset(propTag, propertyDescriptorsBuffer, 12 + headerPropertyDescriptorsCount * 2 * 4, detailPropertyDescriptorsCount, recordBuffer);

            return(DiffFileGenerator.GetPropertyValue(propTag, recordBuffer, ref propertyOffset, isFromOldFile));
        }