Test additional content header

TagsCollectionGetEnumerator Method

Returns an enumerator that iterates through the TagsCollection.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public IEnumerator<Tag> GetEnumerator()

Return Value

IEnumeratorTag
A TagsCollection.Enumerator for the TagsCollection.

Implements

IEnumerableTGetEnumerator

Remarks

Learn more about native GetEnumerator Method.

See Also