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

StringBehavior() public method

public StringBehavior ( IBehavior behavior, IBehavior superclass, System.Machine machine ) : System
behavior IBehavior
superclass IBehavior
machine System.Machine
return System
        public StringBehavior(IBehavior behavior, IBehavior superclass, Machine machine)
            : base(behavior, superclass, machine, typeof(string))
        {
            this.DefineInstanceMethod(new FunctionalMethod("nat:", this, AtMethod));
            this.DefineInstanceMethod(new FunctionalMethod(",", this, this.ConcatenateMethod));
        }