CitizenMatt.ReSharper.ExtensionManager.Tests.Implementation.FakeFileSystem.FakeFileSystem C# (CSharp) 메소드

FakeFileSystem() 공개 메소드

public FakeFileSystem ( string root ) : System
root string
리턴 System
        public FakeFileSystem(string root)
        {
            Root = root;
            Files = new HashSet<string>(StringComparer.InvariantCultureIgnoreCase);
        }