Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Tags
Collection
Get
Enumerator 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
C#
Copy
View Source
public
IEnumerator
<
Tag
>
GetEnumerator
()
Return Value
IEnumerator
Tag
A TagsCollection.Enumerator for the TagsCollection.
Implements
IEnumerable
T
GetEnumerator
Remarks
Learn more about native GetEnumerator Method.
See Also
Reference
TagsCollection Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Return Value
Implements
Remarks
See Also