Beispiel #1
0
 /// <summary>
 /// Initializes the object with the specified values.
 /// </summary>
 public PropertyDescription(PropertyID id, System.Type type, string name)
 {
     ID   = id;
     Type = type;
     Name = name;
 }