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