CitizenMatt.ReSharper.ExtensionManager.Tests.Implementation.FakeFileSystem.GetLastModified C# (CSharp) Метод

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

public GetLastModified ( string path ) : DateTimeOffset
path string
Результат DateTimeOffset
        public DateTimeOffset GetLastModified(string path)
        {
            throw new NotImplementedException();
        }