Esempio n. 1
0
 // Token: 0x06000416 RID: 1046 RVA: 0x0000C578 File Offset: 0x0000B578
 public PropertyDescription(PropertyID id, System.Type type, string name)
 {
     this.ID   = id;
     this.Type = type;
     this.Name = name;
 }
 /// <summary>
 /// Initializes the object with the specified values.
 /// </summary>
 public PropertyDescription(PropertyID id, System.Type type, string name)
 {
     ID   = id;
     Type = type;
     Name = name;
 }