StringList Constructor (IEnumerable<String>)

Initializes a new instance of the StringList class with the specified enumerable collection of strings.

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

Syntax

'Declaration
Public Sub New ( _
    collection As IEnumerable(Of String) _
)
public StringList(
    IEnumerable<string> collection
)
public:
StringList(
    IEnumerable<String^>^ collection
)
new : 
        collection:IEnumerable<string> -> StringList
public function StringList(
    collection : IEnumerable<String>
)

Parameters

.NET Framework Security

See Also

Reference

StringList Class

StringList Overload

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace