次の方法で共有


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

Definition

property bool System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<TKey,System::Collections::Generic::List<TValue>>>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of TKey, List(Of TValue))).IsReadOnly

Property Value

Implements

Applies to