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

ListBehavior() public method

public ListBehavior ( IBehavior behavior, IBehavior superclass, System.Machine machine ) : System
behavior IBehavior
superclass IBehavior
machine System.Machine
return System
        public ListBehavior(IBehavior behavior, IBehavior superclass, Machine machine)
            : base(behavior, superclass, machine, typeof(IList))
        {
            this.DefineInstanceMethod(new FunctionalMethod("at:", this, this.AtMethod));
        }