btb-class

ReadOnlyDictionary(TKey,TValue) Class

Read-only dictionary.

For a list of all members of this type, see ReadOnlyDictionary(TKey,TValue) Members .

System.Object
   DictionaryBase(TKeyTValue,TKeyTValue)
      ReadOnlyDictionary(TKey,TValue)

[Serializable]
[DefaultMember(MemberName=""Item"")]
[XmlRoot(ElementName=""ReadWriteDictionary"", Namespace="null", DataType="""", IsNullable=True)]
public class ReadOnlyDictionary<TKey, TValue> : DictionaryBase<TKey, TValue>

Generic template parameters

TKey
item key type
TValue
item value type

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ComponentOwl.BetterThumbnailBrowser.Collections

Assembly: BetterThumbnailBrowser (in BetterThumbnailBrowser.dll)

See Also

ReadOnlyDictionary(TKey,TValue) Members | ComponentOwl.BetterThumbnailBrowser.Collections Namespace