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
- other 
 Type: Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection<T>- An EqtBaseCollection<T> object from which to create a shallow copy. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.