GrammarCollection Class

A collection of grammar objects.

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
[SerializableAttribute]
public sealed class GrammarCollection : BaseCollection<Grammar>, 
    IList<Grammar>, ICollection<Grammar>, IEnumerable<Grammar>, 
    IEnumerable, ISerializable
[SerializableAttribute]
public ref class GrammarCollection sealed : public BaseCollection<Grammar^>, 
    IList<Grammar^>, ICollection<Grammar^>, IEnumerable<Grammar^>, 
    IEnumerable, ISerializable
Microsoft.Rtc.Workflow.Common.GrammarCollection = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Common.GrammarCollection',
    Microsoft.Rtc.Workflow.Utilities.BaseCollection`1,
    IList`1,
    ICollection`1,
    IEnumerable`1,
    IEnumerable,
    ISerializable);

Inheritance Hierarchy

Object
  Microsoft.Rtc.Workflow.Utilities..::.BaseCollection<(Of <(Grammar>)>)
    Microsoft.Rtc.Workflow.Common..::.GrammarCollection

See Also

GrammarCollection Members

Microsoft.Rtc.Workflow.Common Namespace