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