Click or drag to resize

WeakReferenceListBaseTItem Property

Gets or sets an item at a certain index

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public abstract T this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
the item index

Return Value

Type: T
the item at the specified index

Implements

IListTItemInt32
See Also