CastedListTFrom, TToAdd Method

Adds an item to the ICollectionT.

Definition

Namespace: QuickAdmin.Utils
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
public void Add(
	TTo item
)

Parameters

item  TTo
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)

Exceptions

See Also