CitizenMatt.ReSharper.ExtensionManager.Tests.Implementation.FakeFileSystem.GetCreated C# (CSharp) Method

GetCreated() public method

public GetCreated ( string path ) : DateTimeOffset
path string
return DateTimeOffset
        public DateTimeOffset GetCreated(string path)
        {
            throw new NotImplementedException();
        }