ResourceDictionary.ICollection<KeyValuePair<String,Object>>.IsReadOnly 属性

定义

获取指示资源字典是否为只读的值。

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

属性值

System.Boolean

实现

System.Collections.Generic.ICollection`1.IsReadOnly

适用于