Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
MultiCollection(T) Class
MultiCollection(T) Methods
Add Method
Add Method (T)
Add Method (T, Int32)
MultiCollection
T
Add Method (
T
)
Adds an item to the
ICollection
T
.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
void
Add
( T
item
)
Parameters
item
Type:
T
The object to add to the
ICollection
T
.
Implements
ICollection
T
Add(T)
Exceptions
Exception
Condition
NotSupportedException
The
ICollection
T
is read-only.
See Also
Reference
MultiCollection
T
Class
Add Overload
WhetStone.Looping Namespace