NStub.CSharp.Tests.FakeBuildSystem.DirectoryExists C# (CSharp) 메소드

DirectoryExists() 공개 메소드

public DirectoryExists ( string directory ) : bool
directory string
리턴 bool
        public bool DirectoryExists(string directory)
        {
            return FakeDirectoryExists;
        }