SrgsRulesCollection Methods

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

The SrgsRulesCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd(T) (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Public methodAdd(array<SrgsRule>[]()[][])Adds the contents of an array of SrgsRule objects to the SrgsRulesCollection object.
Protected methodChangeItemKey (Inherited from KeyedCollection<(Of <(<'String, SrgsRule>)>)>.)
Public methodClear (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Protected methodClearItems (Inherited from KeyedCollection<(Of <(<'String, SrgsRule>)>)>.)
Public methodContains(TKey) (Inherited from KeyedCollection<(Of <(<'String, SrgsRule>)>)>.)
Public methodContains(T) (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Public methodCopyTo (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetKeyForItem (Overrides KeyedCollection<(Of <(<'TKey, TItem>)>)>..::..GetKeyForItem(TItem).)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Public methodInsert (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Protected methodInsertItem (Inherited from KeyedCollection<(Of <(<'String, SrgsRule>)>)>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(TKey) (Inherited from KeyedCollection<(Of <(<'String, SrgsRule>)>)>.)
Public methodRemove(T) (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Public methodRemoveAt (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Protected methodRemoveItem (Inherited from KeyedCollection<(Of <(<'String, SrgsRule>)>)>.)
Protected methodSetItem (Inherited from KeyedCollection<(Of <(<'String, SrgsRule>)>)>.)
Public methodToString (Inherited from Object.)
Top

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIList..::..Add (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Contains (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Explicit interface implemetationPrivate methodICollection..::..CopyTo (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Explicit interface implemetationPrivate methodIEnumerable..::..GetEnumerator (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Explicit interface implemetationPrivate methodIList..::..IndexOf (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Insert (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Remove (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Top

See Also