Edit

DomainCollection Class

Definition

The DomainCollection class is a read-only collection that contains Domain objects.

public ref class DomainCollection : System::Collections::ReadOnlyCollectionBase
public class DomainCollection : System.Collections.ReadOnlyCollectionBase
type DomainCollection = class
    inherit ReadOnlyCollectionBase
Public Class DomainCollection
Inherits ReadOnlyCollectionBase
Inheritance
DomainCollection

Properties

Name Description
Item[Int32]

Gets a Domain object in this collection.

Methods

Name Description
Contains(Domain)

Determines if the specified Domain object is in this collection.

CopyTo(Domain[], Int32)

Copies all Domain objects in this collection to the specified array, starting at the specified index of the target array.

IndexOf(Domain)

Returns the zero-based index of the first occurrence of the specified Domain object in this collection.

Applies to

See also