Inheritance: System.Windows.Markup.MarkupExtension
Ejemplo n.º 1
0
 public TypeExtension(string type)
 {
     this.typeExtension = new System.Windows.Markup.TypeExtension(type);
 }