CodeChangeList Constructor (IEnumerable<CodeChange>)
Namespace: Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities
Assembly: Microsoft.TeamFoundation.TestImpact.BuildIntegration (in Microsoft.TeamFoundation.TestImpact.BuildIntegration.dll)
Syntax
'Declaration
Public Sub New ( _
collection As IEnumerable(Of CodeChange) _
)
public CodeChangeList(
IEnumerable<CodeChange> collection
)
public:
CodeChangeList(
IEnumerable<CodeChange^>^ collection
)
new :
collection:IEnumerable<CodeChange> -> CodeChangeList
public function CodeChangeList(
collection : IEnumerable<CodeChange>
)
Parameters
- collection
Type: System.Collections.Generic.IEnumerable<CodeChange>
.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.
See Also
Reference
Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities Namespace