using System; using System.Collections.Generic; namespace Kingo.Plugin.ShapeToKOApp.XSDClass { // Token: 0x0200005D RID: 93 public class PropertySet { // Token: 0x17000143 RID: 323 // (get) Token: 0x0600039E RID: 926 RVA: 0x00015258 File Offset: 0x00013458 // (set) Token: 0x0600039F RID: 927 RVA: 0x0001526F File Offset: 0x0001346F public List PropertyArray { get; set; } // Token: 0x060003A0 RID: 928 RVA: 0x00015278 File Offset: 0x00013478 public PropertySet() { this.PropertyArray = new List(); } } }