Version

SyntaxRuleCollection Class Members

The following tables list the members exposed by SyntaxRuleCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of elements in this collection.  
Public PropertyItemReturns the rule at the specified %%.  
Public Methods
 NameDescription
Public MethodAddAdds the specified SyntaxRule-derived instance to the collection.  
Public MethodClearRemoves all rules from the collection.  
Public MethodIndexOfGets the index of the specified rule or -1 if it doesn't exist.  
Public MethodRemoveRemoves the specified rule from this collection.  
Public MethodRemoveAtRemoves the rule at the specified index from this collection.  
Public MethodToStringReturns the string representation of this object.  
See Also