NuGet.FileSystemWrapper.GetLastModified C# (CSharp) Method

GetLastModified() public method

public GetLastModified ( string path ) : System.DateTime
path string
return System.DateTime
        public DateTime GetLastModified(string path)
        {
            throw new NotSupportedException();
        }