The following tables list the members exposed by NonTerminalSymbolCollection.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of symbols in this collection. |
![]() | Item | Overloaded. Gets the NonTerminalSymbol at the specified index. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a new NonTerminalSymbol to the collection with the specified name. |
![]() | Clear | Removes all NonTerminalSymbol instances from this collection. |
![]() | Contains | Overloaded. Returns a value indicating whether the specified NonTerminalSymbol exists within the collection. |
![]() | Remove | Overloaded. Removes the NonTerminalSymbol with the specified name from the collection. |
![]() | TryGetSymbol | Tries to get a NonTerminalSymbol with the specified name and returns whether one is in the collection. |