AjTalk.Language.ListBehavior.ListBehavior C# (CSharp) 메소드

ListBehavior() 공개 메소드

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