EyeshotDisposableKeyedCollection<T>.DisposeItem Method

Dispose the item of the collection.
Protected Sub DisposeItem( _ 
ByVal item As T _ 
)
This language is not supported or no code example is available.
protected void DisposeItem( 
T item 
)
This language is not supported or no code example is available.

Parameters

item
T

The item that must be disposed.

Remarks
 
The item is disposed only if the collection belongs to a Environment control.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition