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
- strings
Type: System.Collections.Generic.IEnumerable<String>
- treatNullAsEmpty
Type: System.Boolean
.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.