Share via


EqtBaseCollection<T>.Add(T) Method

Definition

Adds an item to the collection.

public:
 virtual void Add(T item);
public virtual void Add (T item);
abstract member Add : 'T -> unit
override this.Add : 'T -> unit
Public Overridable Sub Add (item As T)

Parameters

item
T

An item whose type matches the generic type that was declared when the class was created.

Implements

Applies to