Ejemplo n.º 1
0
 public void ConvertFrom()
 {
     Assert.Throws(typeof(NotSupportedException), () =>
     {
         c.ConvertFrom(null, null, XamlLanguage.String);
     });
 }
Ejemplo n.º 2
0
 public void ConvertFrom()
 {
     Assert.Throws <NotSupportedException> (() => c.ConvertFrom(null, null, XamlLanguage.String));
 }
Ejemplo n.º 3
0
 public void ConvertFrom()
 {
     c.ConvertFrom(null, null, XamlLanguage.String);
 }