 | 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)
Syntaxpublic void Add(
T item
)
Public Sub Add (
item As T
)
public:
virtual void Add(
T item
) sealed
abstract Add :
item : 'T -> unit
override Add :
item : 'T -> unit Parameters
- item
- Type: T
The object to add to the collection.
Implements
ICollectionTAdd(T)
See Also