EyeshotDisposableCollection<T>.Add (T) Method

Adds one item at the end of this collection.
Public Overrides Sub Add( _ 
ByVal item As T _ 
)
This language is not supported or no code example is available.
public override void Add( 
T item 
)
This language is not supported or no code example is available.

Parameters

item
T

The item to add.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition