EqtBaseCollection<T> 构造函数 (EqtBaseCollection<T>)

通过生成所提供 EqtBaseCollection<T> 对象的卷影副本初始化 EqtBaseCollection<T> 类的一个新实例。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

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

参数

.NET Framework 安全性

请参见

参考

EqtBaseCollection<T> 类

EqtBaseCollection<T> 重载

Microsoft.VisualStudio.TestTools.Common 命名空间