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