StringTable Constructor (IEnumerable<String>, Boolean, Int32)
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, _
maxLength As Integer _
)
public StringTable(
IEnumerable<string> strings,
bool treatNullAsEmpty,
int maxLength
)
public:
StringTable(
IEnumerable<String^>^ strings,
bool treatNullAsEmpty,
int maxLength
)
new :
strings:IEnumerable<string> *
treatNullAsEmpty:bool *
maxLength:int -> StringTable
public function StringTable(
strings : IEnumerable<String>,
treatNullAsEmpty : boolean,
maxLength : int
)
Parameters
- strings
Type: System.Collections.Generic.IEnumerable<String>
- treatNullAsEmpty
Type: System.Boolean
- maxLength
Type: System.Int32
.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.