UrnCollection Clase

Definición

ArrayList de objetos Urn

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)
Herencia
UrnCollection
Implementaciones

Constructores

Nombre Description
UrnCollection()

ArrayList de objetos Urn

Propiedades

Nombre Description
Count

ArrayList de objetos Urn

Item[Int32]

ArrayList de objetos Urn

Métodos

Nombre Description
Add(Urn)

ArrayList de objetos Urn

AddRange(IEnumerable<Urn>)

ArrayList de objetos Urn

Clear()

ArrayList de objetos Urn

Contains(Urn)

ArrayList de objetos Urn

CopyTo(Urn[], Int32)

ArrayList de objetos Urn

GetEnumerator()

ArrayList de objetos Urn

IndexOf(Urn)

ArrayList de objetos Urn

Insert(Int32, Urn)

ArrayList de objetos Urn

Remove(Urn)

ArrayList de objetos Urn

RemoveAt(Int32)

ArrayList de objetos Urn

Implementaciones de interfaz explícitas

Nombre Description
ICollection<Urn>.IsReadOnly

ArrayList de objetos Urn

IEnumerable.GetEnumerator()

ArrayList de objetos Urn

Se aplica a