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

ArrayBehavior() public method

public ArrayBehavior ( IBehavior behavior, IBehavior superclass, System.Machine machine ) : System
behavior IBehavior
superclass IBehavior
machine System.Machine
return System
        public ArrayBehavior(IBehavior behavior, IBehavior superclass, Machine machine)
            : base(behavior, superclass, machine, typeof(ArrayList))
        {
            this.DefineInstanceMethod(new FunctionalMethod("add:", this, this.AddMethod));
        }