KeyValuePairInt32StringTable Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
rows As IEnumerable(Of KeyValuePair(Of Integer, String)) _
)
public KeyValuePairInt32StringTable(
IEnumerable<KeyValuePair<int, string>> rows
)
public:
KeyValuePairInt32StringTable(
IEnumerable<KeyValuePair<int, String^>>^ rows
)
new :
rows:IEnumerable<KeyValuePair<int, string>> -> KeyValuePairInt32StringTable
public function KeyValuePairInt32StringTable(
rows : IEnumerable<KeyValuePair<int, String>>
)
Parameters
- rows
Type: System.Collections.Generic.IEnumerable<KeyValuePair<Int32, 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.