Table of Contents

Class DomainSet

Namespace
ZeroInstall.Store.Trust
Assembly
ZeroInstall.Store.dll

A set of alphabetically sorted Domains.

public class DomainSet : SortedSet<Domain>, ISet<Domain>, ICollection<Domain>, IReadOnlySet<Domain>, IReadOnlyCollection<Domain>, IEnumerable<Domain>, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
DomainSet
Implements
Inherited Members

Constructors

DomainSet()

public DomainSet()

Properties

this[int]

public Domain this[int index] { get; }

Parameters

index int

Property Value

Domain

Methods

ToString()

Returns the list of domains in the form "Domain1, Domain2, ...". Safe for parsing!

public override string ToString()

Returns

string