Beispiel #1
0
        // Token: 0x06000747 RID: 1863 RVA: 0x00028B18 File Offset: 0x00026D18
        public void StartProperty(PropertyId propertyId)
        {
            string propertyString = CalendarCommon.GetPropertyString(propertyId);

            if (propertyString == null)
            {
                throw new ArgumentException(CalendarStrings.InvalidPropertyId);
            }
            this.StartProperty(propertyString);
        }