StoryTeller.Testing.Engine.GrammarErrorFixture.Bad1 C# (CSharp) 메소드

Bad1() 공개 메소드

public Bad1 ( ) : IGrammar
리턴 IGrammar
        public IGrammar Bad1()
        {
            throw new NotImplementedException();
        }
GrammarErrorFixture