Version

NonTerminalSymbolCollection Class Members

The following tables list the members exposed by NonTerminalSymbolCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of symbols in this collection.  
Public PropertyItemOverloaded. Gets the NonTerminalSymbol at the specified index.  
Public Methods
 NameDescription
Public MethodAddAdds a new NonTerminalSymbol to the collection with the specified name.  
Public MethodClearRemoves all NonTerminalSymbol instances from this collection.  
Public MethodContainsOverloaded. Returns a value indicating whether the specified NonTerminalSymbol exists within the collection.  
Public MethodRemoveOverloaded. Removes the NonTerminalSymbol with the specified name from the collection.  
Public MethodTryGetSymbolTries to get a NonTerminalSymbol with the specified name and returns whether one is in the collection.  
See Also