Click or drag to resize
BroccoliSharp BroVectorGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public IEnumerator<BroValue> GetEnumerator()

Return Value

Type: IEnumeratorBroValue
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also