|
BroTableGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public IEnumerator<KeyValuePair<BroValue, BroValue>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of BroValue, BroValue))
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<BroValue, BroValue>>
override GetEnumerator : unit -> IEnumerator<KeyValuePair<BroValue, BroValue>>
public final IEnumerator<KeyValuePair<BroValue, BroValue>> GetEnumerator()
function GetEnumerator();
Return Value
Type:
IEnumeratorKeyValuePairBroValue,
BroValue
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorExceptions See Also