Click or drag to resize

WeakReferenceListBaseTAdd Method

Adds an item to a list

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public abstract void Add(
	T item
)

Parameters

item
Type: T
item being added

Implements

ICollectionTAdd(T)
See Also