AjTalk.Language.BehaviorDoesNotUnderstandMethod.BehaviorDoesNotUnderstandMethod C# (CSharp) 메소드

BehaviorDoesNotUnderstandMethod() 공개 메소드

public BehaviorDoesNotUnderstandMethod ( Machine machine, IBehavior behavior ) : System
machine Machine
behavior IBehavior
리턴 System
        public BehaviorDoesNotUnderstandMethod(Machine machine, IBehavior behavior)
            : base(machine, behavior)
        {
        }