BlueCollar.ConfigurationRepositoryFactory.ResolvePath C# (CSharp) Метод

ResolvePath() защищенный Метод

Resolves the given path to a fully qualified path.
protected ResolvePath ( string path ) : string
path string The path to resolve.
Результат string
        protected virtual string ResolvePath(string path)
        {
            return BlueCollarSection.Section.ResolvePath(path);
        }