InMemoryTargetDictionary.GetEnumerator 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.3.22.0
public override IEnumerator<KeyValuePair<string, Target>> GetEnumerator()

Return Value

IEnumerator<KeyValuePair<String, Target>>
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also