AjTalk.Language.ArrayBehavior.ArrayBehavior C# (CSharp) Метод

ArrayBehavior() публичный Метод

public ArrayBehavior ( IBehavior behavior, IBehavior superclass, System.Machine machine ) : System
behavior IBehavior
superclass IBehavior
machine System.Machine
Результат System
        public ArrayBehavior(IBehavior behavior, IBehavior superclass, Machine machine)
            : base(behavior, superclass, machine, typeof(ArrayList))
        {
            this.DefineInstanceMethod(new FunctionalMethod("add:", this, this.AddMethod));
        }