RestoreLocationCollection Class

Definition

Represents a collection of RestoreLocation objects. This class cannot be inherited.

[System.Runtime.InteropServices.Guid("240E340B-D20B-4d44-B3A1-B4CD22BAA938")]
public sealed class RestoreLocationCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("240E340B-D20B-4d44-B3A1-B4CD22BAA938")>]
type RestoreLocationCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class RestoreLocationCollection
Implements IList
Inheritance
RestoreLocationCollection
Attributes
Implements

Constructors

RestoreLocationCollection()

Properties

Count

Gets the number of elements contained in the collection.

Item[Int32]

Gets or sets the RestoreLocation element at the specified index.

Methods

Add(RestoreLocation)

Adds the specified RestoreLocation to the end of the collection.

AddRange(ICollection)

Adds the set of specified elements to the end of the collection.

Clear()

Removes all items from the collection.

Contains(RestoreLocation)

Determines whether the specified RestoreLocation exists in the collection.

CopyTo(Array, Int32)

Copies the elements of the collection to an Array, starting at a particular Array index.

IndexOf(RestoreLocation)

Searches for the specified RestoreLocation and returns its zero-based index within the collection.

Insert(Int32, RestoreLocation)

Inserts the specified RestoreLocation to the collection at the specified index.

Remove(RestoreLocation)

Removes the specified RestoreLocation from this collection.

RemoveAt(Int32)

Removes the RestoreLocation at the specified index.

Explicit Interface Implementations

ICollection.IsSynchronized
ICollection.SyncRoot
IEnumerable.GetEnumerator()
IList.Add(Object)
IList.Contains(Object)
IList.IndexOf(Object)
IList.Insert(Int32, Object)
IList.IsFixedSize
IList.IsReadOnly
IList.Item[Int32]
IList.Remove(Object)

Applies to