btb-class

ReadWriteDictionary(TKey,TValue) Class

Custom dictionary.

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

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

[Serializable]
[XmlRoot(ElementName=""ReadWriteDictionary"", Namespace="null", DataType="""", IsNullable=True)]
[DefaultMember(MemberName=""Item"")]
public class ReadWriteDictionary<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

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