Click or drag to resize

ObservableDictionary<TKey, TValue>.IsReadOnly Property

Gets a value indicating whether the dictionary is observable. See IsReadOnly.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public bool IsReadOnly { get; }

Return Value

Type: Boolean
Documentation in progress...

Implements

ICollection<T>.IsReadOnly
See Also