GrammarCollection Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Defines a collection of grammar objects.
The following tables list the members exposed by the GrammarCollection type.
Public Constructors
?? | Name | Description |
---|---|---|
GrammarCollection | Initializes a new instance of the GrammarCollection class. |
Top
Public Properties
?? | Name | Description |
---|---|---|
Count?? | Gets the number of items in the collection.(inherited from BaseCollection) | |
IsFixedSize?? | Gets whether the size of the collection is fixed.(inherited from BaseCollection) | |
IsReadOnly?? | Gets whether the collection is read-only.(inherited from BaseCollection) | |
IsSynchronized?? | Gets whether the collection is synchronized.(inherited from BaseCollection) | |
Item?? | (inherited from BaseCollection ) | |
SyncRoot?? | Gets an object that can be used to synchronize access to the collection.(inherited from BaseCollection) |
Top
Public Methods
(see also Protected Methods )
?? | Name | Description |
---|---|---|
Add?? | Adds an element to the collection.(inherited from BaseCollection) | |
AddRange?? | (inherited from BaseCollection ) | |
Clear?? | Removes all the elements from the collection.(inherited from BaseCollection) | |
Contains?? | Checks whether an element is contained in the collection.(inherited from BaseCollection) | |
CopyTo?? | (inherited from BaseCollection ) | |
Equals?? | Overloaded. (inherited from Object ) | |
GetEnumerator?? | Gets an enumerator for the collection.(inherited from BaseCollection) | |
GetHashCode?? | (inherited from Object ) | |
GetObjectData?? | (inherited from BaseCollection ) | |
GetType?? | (inherited from Object ) | |
IndexOf?? | Finds the position of an element in the collection.(inherited from BaseCollection) | |
Insert?? | (inherited from BaseCollection ) | |
ReferenceEquals?? | (inherited from Object ) | |
Remove?? | Removes an element from the collection.(inherited from BaseCollection) | |
RemoveAt?? | (inherited from BaseCollection ) | |
ToString?? | (inherited from Object ) |
Top
Protected Methods
?? | Name | Description |
---|---|---|
Finalize?? | (inherited from Object ) | |
MemberwiseClone?? | (inherited from Object ) | |
OnAdded?? | Indicates that an object has been added to the collection.(inherited from BaseCollection) | |
OnAdding?? | (inherited from BaseCollection ) | |
OnRemoving?? | Indicates that an object is about to be removed from the collection.(inherited from BaseCollection) |
Top
Explicit Interface Implementations
?? | Name | Description |
---|---|---|
System.Collections.IEnumerable.GetEnumerator?? | Gets an enumerator for the collection.(inherited from BaseCollection) |
Top
See Also
Reference
GrammarCollection Class
Microsoft.SpeechServer.Dialog Namespace