Table of Contents

Class TagIdCollection

Namespace
OneImlx.Terminal.Commands
Assembly
OneImlx.Terminal.dll

Defines a collection of tags for a command.

public sealed class TagIdCollection : List<string>, IList<string>, ICollection<string>, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IList, ICollection, IEnumerable
Inheritance
TagIdCollection
Implements
Inherited Members
Extension Methods

Constructors

TagIdCollection(params string[])

Initializes a new instance.

public TagIdCollection(params string[] tags)

Parameters

tags string[]

The tags.