KeyValuePairStringTable Constructor (IEnumerable<KeyValuePair<String, String>>)
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 KeyValuePair(Of String, String)) _
)
public KeyValuePairStringTable(
IEnumerable<KeyValuePair<string, string>> strings
)
public:
KeyValuePairStringTable(
IEnumerable<KeyValuePair<String^, String^>>^ strings
)
new :
strings:IEnumerable<KeyValuePair<string, string>> -> KeyValuePairStringTable
public function KeyValuePairStringTable(
strings : IEnumerable<KeyValuePair<String, String>>
)
Parameters
- strings
Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>
.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.