namespace StatHub;

[GlobalClass]
public sealed partial class TagHolder : Resource, IEnumerable<Tag>

A tag holder stores a list of tags.

Members:

Tags

public readonly ReadOnlyCollection<Tag> Tags;

A collection of tags owned by this tag holder.