VelocityDbHashSetTAdd Method |
Add item to this VelocityDbHashSet. Returns bool indicating whether item was added (won't be
added if already present)
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool Add(
T item
)
Public Function Add (
item As T
) As Boolean
public:
bool Add(
T item
)
member Add :
item : 'T -> bool
Parameters
- item
- Type: T
[Missing <param name="item"/> documentation for "M:VelocityDb.Collection.VelocityDbHashSet`1.Add(`0)"]
Return Value
Type:
Booleantrue if added, false if already present
See Also