示例#1
0
 public void ConvertFrom()
 {
     Assert.Throws(typeof(NotSupportedException), () =>
     {
         c.ConvertFrom(null, null, XamlLanguage.String);
     });
 }
 public void ConvertFrom()
 {
     Assert.Throws <NotSupportedException> (() => c.ConvertFrom(null, null, XamlLanguage.String));
 }
示例#3
0
 public void ConvertFrom()
 {
     c.ConvertFrom(null, null, XamlLanguage.String);
 }