ListDictionary.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.IsReadOnly Property

Namespace: Microsoft.Practices.CompositeUI.Utility
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Private ReadOnly Property System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of TKey, List(Of TValue))).IsReadOnly
'Usage
Dim instance As ListDictionary(Of TKey, TValue)
Dim value As Boolean

value = CType(instance, ICollection(Of KeyValuePair(Of TKey, List(Of TValue)))).IsReadOnly
bool ICollection<KeyValuePair<TKey,List<TValue>>>.IsReadOnly { get; }
private:
virtual property bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.IsReadOnly {
    bool get () sealed = ICollection<KeyValuePair<TKey, List<TValue>^>>::IsReadOnly::get;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

See Also

Reference

ListDictionary Class
ListDictionary Members
Microsoft.Practices.CompositeUI.Utility Namespace