Class OwnerIdCollection
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.