Inheritance: System.Windows.Markup.MarkupExtension
示例#1
0
 public TypeExtension(string type)
 {
     this.typeExtension = new System.Windows.Markup.TypeExtension(type);
 }