BlogSharp.Core.Impl.Services.FileSystem.FileSystemInfoBase.GetRelativePath C# (CSharp) Метод

GetRelativePath() публичный Метод

public GetRelativePath ( string root ) : string
root string
Результат string
        public string GetRelativePath(string root)
        {
            throw new NotImplementedException();
        }