Esempio n. 1
0
 public void TestGethashcodeWithNullQueryParam()
 {
     XUri uri      = new XUri("http://foobar").With("abc", null);
     int  hashcode = uri.GetHashCode();
 }
Esempio n. 2
0
 public void TestGethashcodeWithNullQueryParam()
 {
     XUri uri = new XUri("http://foobar").With("abc", null);
     int hashcode = uri.GetHashCode();
 }