VirtualCollectionTAdd Method

Adds an object to the end of the VirtualCollectionT.
Calls the overridable InsertItem method.

Definition

Namespace: KGySoft.Collections.ObjectModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public void Add(
	T item
)

Parameters

item  T
The object to add to the VirtualCollectionT.

Implements

ICollectionTAdd(T)

Exceptions

See Also