/// <summary> /// Formats the relative path as a string. /// </summary> public string Format(ITypeTable typeTree) { RelativePathFormatter formatter = new RelativePathFormatter(this, typeTree); return(formatter.ToString()); }
/// <summary> /// Formats the relative path as a string. /// </summary> public string Format(ITypeTable typeTree) { RelativePathFormatter formatter = new RelativePathFormatter(this, typeTree); return formatter.ToString(); }