ICollection(KeyValuePair(String, SemanticValue)).IsReadOnly Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets a value that indicates whether the collection is read-only.

Namespace:  Microsoft.Speech.Recognition
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Private ReadOnly Property IsReadOnly As Boolean
	Implements ICollection(Of KeyValuePair(Of String, SemanticValue)).IsReadOnly
	Get
Visual Basic (Usage)
Dim instance As SemanticValue
Dim value As Boolean

value = CType(instance, ICollection(Of KeyValuePair(Of String, SemanticValue))).IsReadOnly
C#
bool ICollection<KeyValuePair<string, SemanticValue>>.IsReadOnly { get; }

Property Value

Type: System..::..Boolean

Returns a value that indicates whether the collection is read-only.

Implements

ICollection<(Of <(<'T>)>)>..::..IsReadOnly

See Also