Share via


StringTable Constructor (IEnumerable<String>, Boolean)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    strings As IEnumerable(Of String), _
    treatNullAsEmpty As Boolean _
)
public StringTable(
    IEnumerable<string> strings,
    bool treatNullAsEmpty
)
public:
StringTable(
    IEnumerable<String^>^ strings, 
    bool treatNullAsEmpty
)
new : 
        strings:IEnumerable<string> * 
        treatNullAsEmpty:bool -> StringTable
public function StringTable(
    strings : IEnumerable<String>, 
    treatNullAsEmpty : boolean
)

Parameters

.NET Framework Security

See Also

Reference

StringTable Class

StringTable Overload

Microsoft.TeamFoundation.Framework.Server Namespace