Click or drag to resize
BroccoliSharp BroSetGetEnumerator 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
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot get list, BroSet is disposed.
See Also