AjTalk.Language.DoesNotUnderstandMethod.DoesNotUnderstandMethod C# (CSharp) Method

DoesNotUnderstandMethod() public method

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