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

BehaviorDoesNotUnderstandMethod() public method

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