Parses based Uris.
Inheritance: SpecializedUriParser
Example #1
0
 public void Teardown()
 {
     _parser = null;
 }
Example #2
0
 public void Setup()
 {
     _parser = new OGuidUriParser();
 }