SemanticValue.ICollection<KeyValuePair<String,SemanticValue>>.IsReadOnly 属性

定义

获取一个值,指示集合是否为只读集合。

property bool System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String,System::Speech::Recognition::SemanticValue>>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of String, SemanticValue)).IsReadOnly

属性值

Boolean

返回一个值,该值指示该集合是否为只读集合。

实现

适用于