DataObjectCollection T  Add Method Nemiro.Data.dll
Adds an item to the collection.

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public void Add(
	T item
)

Parameters

item
Type: T
Item to be added to the collection.

Implements

ICollection T  Add(T)
See Also