EqtBaseCollection<T> (Constructor) (EqtBaseCollection<T>)

Inicializa una nueva instancia de la clase EqtBaseCollection<T> realizando una copia superficial del objeto EqtBaseCollection<T> proporcionado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Protected Sub New ( _
    other As EqtBaseCollection(Of T) _
)
protected EqtBaseCollection(
    EqtBaseCollection<T> other
)
protected:
EqtBaseCollection(
    EqtBaseCollection<T>^ other
)
new : 
        other:EqtBaseCollection<'T> -> EqtBaseCollection
protected function EqtBaseCollection(
    other : EqtBaseCollection<T>
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

EqtBaseCollection<T> Clase

EqtBaseCollection<T> (Sobrecarga)

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)