Themed 2026 Presentation Style Preview

TargetTypeDictionaryGetEnumerator Method

Returns an enumerator that iterates through the collection.

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2025.12.18.0
public IEnumerator<KeyValuePair<string, Target>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairString, Target
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator

Remarks

This method is not currently implemented

See Also