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

BaseObject() public method

public BaseObject ( ) : System
return System
        public BaseObject()
        {
            this.behavior = null;
            this.variables = null;
        }

Same methods

BaseObject::BaseObject ( IBehavior behavior, int nvars ) : System
BaseObject::BaseObject ( IBehavior behavior, object vars ) : System
BaseObject::BaseObject ( SerializationInfo info, StreamingContext context ) : System