Example #1
0
 internal string ToString(List <RDFNamespace> prefixes)
 => RDFQueryPrinter.PrintPropertyPath(this, prefixes);
Example #2
0
 internal String ToString(List <RDFNamespace> prefixes)
 {
     return(RDFQueryPrinter.PrintPropertyPath(this, prefixes));
 }
 /// <summary>
 /// Gives the string representation of the path
 /// </summary>
 public override String ToString()
 {
     return(RDFQueryPrinter.PrintPropertyPath(this, new List <RDFNamespace>()));
 }