Default costructor of the RuleList class.
Default costructor of the RuleList class.
[Visual Basic] Public Sub New()
[C#] public RuleList();
[C++] public: RuleList();
[JScript] public function RuleList();
Constructs a new RuleList object having the owner specified by 'owner'.
[Visual Basic] Public Sub New(ByVal Object)
[C#] public RuleList(object);
[C++] public: RuleList(Object*);
[JScript] public function RuleList(Object);
Constructs a new RuleList object having the initial capacity specified by 'capacity' and the owner document specified by 'ownerDocument'.
[Visual Basic] Public Sub New(ByVal Object,ByVal Integer)
[C#] public RuleList(object,int);
[C++] public: RuleList(Object*,int);
[JScript] public function RuleList(Object,int);
RuleList Class | XRules Namespace