TestSpecList Constructor (IEnumerable<TestSpec>)

Initializes a new instance of the TestSpecList class.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Sub New ( _
    testSpecs As IEnumerable(Of TestSpec) _
)
public TestSpecList(
    IEnumerable<TestSpec> testSpecs
)
public:
TestSpecList(
    IEnumerable<TestSpec^>^ testSpecs
)
new : 
        testSpecs:IEnumerable<TestSpec> -> TestSpecList
public function TestSpecList(
    testSpecs : IEnumerable<TestSpec>
)

Parameters

.NET Framework Security

See Also

Reference

TestSpecList Class

TestSpecList Overload

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace