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

DoesNotUnderstandMethod() 공개 메소드

public DoesNotUnderstandMethod ( Machine machine, IBehavior behavior ) : System
machine Machine
behavior IBehavior
리턴 System
        public DoesNotUnderstandMethod(Machine machine, IBehavior behavior)
        {
            this.Name = "doesNotUnderstand:with:";
            this.Behavior = behavior;
        }