Share via


GrammarCollection Members

Include Protected Members
Include Inherited Members

A collection of grammar objects.

The GrammarCollection type exposes the following members.

Constructors

  Name Description
Public method GrammarCollection Creates a new collection.

Top

Properties

  Name Description
Public property Count Gets the number of items in the collection. (inherited from BaseCollection<T>)
Public property IsFixedSize Gets a boolean that specifies whether the size of the collection is fixed. (inherited from BaseCollection<T>)
Public property IsReadOnly Gets a boolean that specifies whether the collection is read-only. (inherited from BaseCollection<T>)
Public property IsSynchronized Gets a boolean that specifies whether the collection is synchronized. (inherited from BaseCollection<T>)
Public property Item Gets or sets an element in the collection at a specific position. (inherited from BaseCollection<T>)
Public property SyncRoot Gets an object that can be used to synchronize access to the collection. (inherited from BaseCollection<T>)

Top

Methods

  Name Description
Public method Add Adds an element to the collection. (inherited from BaseCollection<T>)
Public method AddRange Adds a collection to the collection. (inherited from BaseCollection<T>)
Public method Clear Removes all the elements from the collection. (inherited from BaseCollection<T>)
Public method Contains Checks whether an element is contained in the collection. (inherited from BaseCollection<T>)
Public method CopyTo Copies the items of the collection to an array. (inherited from BaseCollection<T>)
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetEnumerator Gets an enumerator over the collection. (inherited from BaseCollection<T>)
Public method GetHashCode (inherited from Object)
Public method GetObjectData Populates a SerializationInfo object with the data needed to serialize the target object. (inherited from BaseCollection<T>)
Public method GetType (inherited from Object)
Public method IndexOf Gets the position of an element in the collection. (inherited from BaseCollection<T>)
Public method Insert Inserts an element at a specific position in the collection. (inherited from BaseCollection<T>)
Protected method MemberwiseClone (inherited from Object)
Protected method OnAdded Called when an object has been added to the collection. (inherited from BaseCollection<T>)
Protected method OnAdding Called when an object is about to be added to the collection. (inherited from BaseCollection<T>)
Protected method OnRemoving Called when an object is about to be removed from the collection. (inherited from BaseCollection<T>)
Public method Remove Removes an element from the collection. (inherited from BaseCollection<T>)
Public method RemoveAt Removes the element at a specific position in the collection. (inherited from BaseCollection<T>)
Public method ToString (inherited from Object)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets an enumerator over the collection. (inherited from BaseCollection<T>)

Top

See Also

Reference

GrammarCollection Class

Microsoft.Rtc.Workflow.Common Namespace