AppHarbor.Tests.InMemoryFileSystem.InMemoryFileSystem C# (CSharp) Method

InMemoryFileSystem() public method

public InMemoryFileSystem ( ) : System.Collections.Generic
return System.Collections.Generic
        public InMemoryFileSystem()
        {
            _files = new Dictionary<string, byte[]>();
        }