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

实现

适用于

另请参阅