You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
namespace Kingo.Framework.LayerStyleConvert.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<PropertySetProperty> PropertyArray { get; set; }
|
|
|
|
|
|
|
|
|
|
// Token: 0x060003A0 RID: 928 RVA: 0x00015278 File Offset: 0x00013478
|
|
|
|
|
public PropertySet()
|
|
|
|
|
{
|
|
|
|
|
this.PropertyArray = new List<PropertySetProperty>();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|