Click or drag to resize
Sandcastle Help File BuilderSqlDictionaryTValueGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public IEnumerator<KeyValuePair<string, TValue>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairString, TValue
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also