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

AddFile() 공개 메소드

public AddFile ( string path, Stream stream ) : void
path string
stream Stream
리턴 void
        public void AddFile(string path, Stream stream)
        {
            throw new NotImplementedException();
        }