CitizenMatt.ReSharper.ExtensionManager.Tests.Implementation.FakeFileSystem.GetCreated C# (CSharp) Méthode

GetCreated() public méthode

public GetCreated ( string path ) : DateTimeOffset
path string
Résultat DateTimeOffset
        public DateTimeOffset GetCreated(string path)
        {
            throw new NotImplementedException();
        }