Beispiel #1
0
 virtual public void Testadd()
 {
     w.Add("", null);
 }
Beispiel #2
0
 virtual public void Testadd()
 {
     Assert.Throws(typeof(NotSupportedException), delegate { w.Add("", null); });
 }