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

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

Return Value

Type: IEnumeratorKeyValuePairBroValue, BroValue
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot execute dictionary operation, BroTable is disposed.
See Also