Example #1
0
 public Directive(string name) : base(name)
 {
     XamlType = XamlType.CreateForBuiltInType(typeof(object));
 }