UrnCollection Class

Definition

ArrayList of Urn objects

public class UrnCollection : System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.Sdk.Sfc.Urn>, System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Sdk.Sfc.Urn>, System.Collections.Generic.IList<Microsoft.SqlServer.Management.Sdk.Sfc.Urn>
type UrnCollection = class
    interface IList<Urn>
    interface ICollection<Urn>
    interface seq<Urn>
    interface IEnumerable
Public Class UrnCollection
Implements ICollection(Of Urn), IEnumerable(Of Urn), IList(Of Urn)
Inheritance
UrnCollection
Implements

Constructors

UrnCollection()

Properties

Count
Item[Int32]

Methods

Add(Urn)
AddRange(IEnumerable<Urn>)
Clear()
Contains(Urn)
CopyTo(Urn[], Int32)
GetEnumerator()
IndexOf(Urn)
Insert(Int32, Urn)
Remove(Urn)
RemoveAt(Int32)

Explicit Interface Implementations

ICollection<Urn>.IsReadOnly
IEnumerable.GetEnumerator()

Applies to