EyeshotDisposableDictionary<T> Class

Eyeshot disposable dictionary.
Public Class EyeshotDisposableDictionary(Of  _ 
T As IDisposable
Inherits Dictionary(Of String, T)
This language is not supported or no code example is available.
public class EyeshotDisposableDictionary<T> : Dictionary<string, T> 
where T : IDisposable
This language is not supported or no code example is available.

Type Parameters

T

Name Description
Public property Comparer (inherited from Dictionary<TKey, TValue>).
Public property Count (inherited from Dictionary<TKey, TValue>).
Public property Item(string) Gets or sets the object at the specified index.
Public property Keys (inherited from Dictionary<TKey, TValue>).
Public property Values (inherited from Dictionary<TKey, TValue>).
Top
Methods
 
Name Description
Public method Add(TKey, TValue) (inherited from Dictionary<TKey, TValue>).
Public method Clear()
Public method ContainsKey(TKey) (inherited from Dictionary<TKey, TValue>).
Public method ContainsValue(TValue) (inherited from Dictionary<TKey, TValue>).
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetEnumerator (inherited from Dictionary<TKey, TValue>).
Public method GetHashCode (inherited from Object).
Public method GetObjectData(SerializationInfo, StreamingContext) (inherited from Dictionary<TKey, TValue>).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method OnDeserialization(Object) (inherited from Dictionary<TKey, TValue>).
Public method Remove(string) Removes the first occurrence of a specific object from this collection.
Public method ToString (inherited from Object).
Public method TryGetValue(TKey, ) (inherited from Dictionary<TKey, TValue>).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition