Share via


EqtBaseCollection<T> Constructor (EqtBaseCollection<T>)

Initializes a new instance of the EqtBaseCollection<T> class by making a shallow copy of the provided EqtBaseCollection<T> object.

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

Parameters

.NET Framework Security

See Also

Reference

EqtBaseCollection<T> Class

EqtBaseCollection<T> Overload

Microsoft.VisualStudio.TestTools.Common Namespace