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, Integer)) _
)
public KeyValuePairInt32Int32Table(
    IEnumerable<KeyValuePair<int, int>> rows
)
public:
KeyValuePairInt32Int32Table(
    IEnumerable<KeyValuePair<int, int>>^ rows
)
new : 
        rows:IEnumerable<KeyValuePair<int, int>> -> KeyValuePairInt32Int32Table
public function KeyValuePairInt32Int32Table(
    rows : IEnumerable<KeyValuePair<int, int>>
)
Parameters
- rows
 Type: System.Collections.Generic.IEnumerable<KeyValuePair<Int32, 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.