Click or drag to resize

WeakReferenceListBaseTLast Method

Get the value at the last position in the list

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public T Last()

Return Value

Type: T
The value at the last position in the list
See Also