AddRange Method
| CodeIt.Right SDK Class Library |
|
RulesCollection.AddRange Method
Copies the rules of a rules collection to the end of the RulesCollection.
Overload List
Copies the rules of a rules collection to the end of the RulesCollection.
public void AddRange(RulesCollection);
Copies the rules of a rules array to the end of the RulesCollection.
public void AddRange(IRule[]);
See Also
RulesCollection Class | SubMain.CodeItRight.Sdk.Core.Collections Namespace