Click or drag to resize

WeakReferenceListBase<T>.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumerator<T>
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also