GrammarCollection Class

A collection of grammar objects.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Workflow.Utilities.BaseCollection<Grammar>
    Microsoft.Rtc.Workflow.Common.GrammarCollection

Namespace:  Microsoft.Rtc.Workflow.Common
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class GrammarCollection _
    Inherits BaseCollection(Of Grammar) _
    Implements IList(Of Grammar), ICollection(Of Grammar),  _
    IEnumerable(Of Grammar), IEnumerable, ISerializable
'Usage
Dim instance As GrammarCollection
[SerializableAttribute]
public sealed class GrammarCollection : BaseCollection<Grammar>, 
    IList<Grammar>, ICollection<Grammar>, IEnumerable<Grammar>, 
    IEnumerable, ISerializable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

GrammarCollection Members

Microsoft.Rtc.Workflow.Common Namespace