AjTalk.Language.BehaviorDoesNotUnderstandMethod.BehaviorDoesNotUnderstandMethod C# (CSharp) Méthode

BehaviorDoesNotUnderstandMethod() public méthode

public BehaviorDoesNotUnderstandMethod ( Machine machine, IBehavior behavior ) : System
machine Machine
behavior IBehavior
Résultat System
        public BehaviorDoesNotUnderstandMethod(Machine machine, IBehavior behavior)
            : base(machine, behavior)
        {
        }