NuGet.FileSystemWrapper.IFileSystem C# (CSharp) Method

IFileSystem() private method

private IFileSystem ( string path ) : DateTimeOffset
path string
return DateTimeOffset
        DateTimeOffset IFileSystem.GetLastModified(string path)
        {
            throw new NotSupportedException();
        }