SrgsRulesCollection Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Represents a collection of SrgsRule objects.

The SrgsRulesCollection type exposes the following members.

Constructors

  NameDescription
Public methodSrgsRulesCollectionInitializes a new instance of the SrgsRulesCollection class.
Top

Properties

  NameDescription
Public propertyComparer (Inherited from KeyedCollection<(Of <(<'String, SrgsRule>)>)>.)
Public propertyCount (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Protected propertyDictionary (Inherited from KeyedCollection<(Of <(<'String, SrgsRule>)>)>.)
Public propertyItem[([( TKey])]) (Inherited from KeyedCollection<(Of <(<'String, SrgsRule>)>)>.)
Public propertyItem[([( Int32])]) (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Protected propertyItems (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Top

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 propertyIList..::..IsFixedSize (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Explicit interface implemetationPrivate propertyICollection<(Of <<'(T>)>>)..::..IsReadOnly (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Explicit interface implemetationPrivate propertyIList..::..IsReadOnly (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Explicit interface implemetationPrivate propertyICollection..::..IsSynchronized (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Explicit interface implemetationPrivate propertyIList..::..Item (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Remove (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Explicit interface implemetationPrivate propertyICollection..::..SyncRoot (Inherited from Collection<(Of <(<'SrgsRule>)>)>.)
Top

See Also