Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Tags
Collection Class
Collection of Tag objects.
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
sealed
class
TagsCollection
:
ITags
,
IEnumerable
<
Tag
>,
IEnumerable
Inheritance
Object
TagsCollection
Implements
ITags
,
IEnumerable
Tag
,
IEnumerable
Remarks
Read-only collection of tags.
Properties
Count
Gets the number of elements contained in the Tags collection.
Methods
GetEnumerator
Returns an enumerator that iterates through the TagsCollection.
See Also
Reference
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Remarks
Properties
Methods
See Also