Click or drag to resize

CondensedCollectionTAdd Method

[This is preliminary documentation and is subject to change.]

Adds an item to the collection.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public void Add(
	T item
)

Parameters

item
Type: T
The object to add to the collection.

Implements

ICollectionTAdd(T)
See Also