EqtBaseCollection<T>.Add(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.