Show / Hide Table of Contents

Interface IPathResolver

Inteface for Objects which can resolve paths specified for Configuration properties.
Namespace: VDS.RDF.Configuration
Assembly: dotNetRDF.dll
Syntax
public interface IPathResolver

Methods

| Improve this Doc View Source

ResolvePath(String)

Resolves a Path.
Declaration
string ResolvePath(string path)
Parameters
Type Name Description
System.String path Path.
Returns
Type Description
System.String

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • ResolvePath(String)
  • Extension Methods
Back to top Generated by DocFX