Test.Writer.Applications.Documents.MockDocumentType.OpenCore C# (CSharp) 메소드

OpenCore() 보호된 메소드

protected OpenCore ( string fileName ) : IDocument
fileName string
리턴 IDocument
        protected override IDocument OpenCore(string fileName)
        {
            CheckThrowException();
            DocumentOperation = DocumentOperation.Open;
            FileName = fileName;
            return new MockDocument(this);
        }