Freigeben über


EqtBaseCollection<T>-Konstruktor (EqtBaseCollection<T>)

Initialisiert eine neue Instanz der EqtBaseCollection<T>-Klasse, indem eine flache Kopie des bereitgestellten EqtBaseCollection<T>-Objekts erstellt wird.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
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>
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

EqtBaseCollection<T> Klasse

EqtBaseCollection<T>-Überladung

Microsoft.VisualStudio.TestTools.Common-Namespace