Test additional content header

TagsCollection 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
public sealed class TagsCollection : ITags, 
	IEnumerable<Tag>, IEnumerable
Inheritance
Object    TagsCollection
Implements
ITags, IEnumerableTag, IEnumerable

Remarks

Read-only collection of tags.

Properties

CountGets the number of elements contained in the Tags collection.

Methods

GetEnumeratorReturns an enumerator that iterates through the TagsCollection.

See Also