Click or drag to resize

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
)

Parameters

item
Type: T

[Missing <param name="item"/> documentation for "M:VelocityDb.Collection.VelocityDbHashSet`1.Add(`0)"]

Return Value

Type: Boolean
true if added, false if already present
See Also