Version

SyntaxRuleCollection Class Methods

For a list of all members of this type, see SyntaxRuleCollection members.

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