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));
        }