EqtBaseCollection<T> Constructor (EqtBaseCollection<T>)

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

Syntax

'宣言
Protected Sub New ( _
    other As EqtBaseCollection(Of T) _
)
'使用
Dim other As EqtBaseCollection(Of T)

Dim instance As New EqtBaseCollection(other)
protected EqtBaseCollection(
    EqtBaseCollection<T> other
)
protected:
EqtBaseCollection(
    EqtBaseCollection<T>^ other
)
protected function EqtBaseCollection(
    other : EqtBaseCollection<T>
)

Parameters

Permissions

See Also

Reference

EqtBaseCollection<T> Class

EqtBaseCollection<T> Members

EqtBaseCollection<T> Overload

Microsoft.VisualStudio.TestTools.Common Namespace