Construtor EqtBaseCollection<T> (EqtBaseCollection<T>)
Inicializa uma nova instância da EqtBaseCollection<T> classe fazendo uma cópia superficial de fornecida EqtBaseCollection<T> objeto.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
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>
)
Parâmetros
- other
Tipo: Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection<T>
Um EqtBaseCollection<T> o objeto do qual deseja criar uma cópia superficial.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.