Share via


ListDictionary<TKey, TValue>.ICollection<KeyValuePair<TKey, IList<TValue>>>.IsReadOnly Property

Namespace:  Microsoft.Practices.Prism
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

bool ICollection<KeyValuePair<TKey, IList<TValue>>>.IsReadOnly { get; }
'Declaration
Private ReadOnly Property IsReadOnly As Boolean
    Implements ICollection(Of KeyValuePair(Of TKey, IList(Of TValue))).IsReadOnly
    Get

Implements

ICollection<T>.IsReadOnly

See Also

ListDictionary<TKey, TValue> Class

Microsoft.Practices.Prism Namespace