TokenTable Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
tokens As IEnumerable(Of String), _
recurse As Boolean, _
separator As Char _
)
public TokenTable(
IEnumerable<string> tokens,
bool recurse,
char separator
)
public:
TokenTable(
IEnumerable<String^>^ tokens,
bool recurse,
wchar_t separator
)
new :
tokens:IEnumerable<string> *
recurse:bool *
separator:char -> TokenTable
public function TokenTable(
tokens : IEnumerable<String>,
recurse : boolean,
separator : char
)
Parameters
- tokens
Type: System.Collections.Generic.IEnumerable<String>
- recurse
Type: System.Boolean
- separator
Type: System.Char
.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.