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

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

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also