RouteValueDictionary.ICollection<KeyValuePair<String,Object>>.IsReadOnly 屬性

定義

如需這個成員的說明,請參閱 IsReadOnly

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

屬性值

如果字典是唯讀的,則為 true,否則為 false

實作

適用於

另請參閱