Table of Contents

Class OwnerIdCollection

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

Defines a collection of owners for a command.

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

Constructors

OwnerIdCollection(params string[])

Initializes a new instance.

public OwnerIdCollection(params string[] ownerIds)

Parameters

ownerIds string[]

The owner identifiers.