Share via


Int32StringTable Constructor (IEnumerable<Tuple<Int32, String>>)

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 Tuple(Of Integer, String)) _
)
public Int32StringTable(
    IEnumerable<Tuple<int, string>> rows
)
public:
Int32StringTable(
    IEnumerable<Tuple<int, String^>^>^ rows
)
new : 
        rows:IEnumerable<Tuple<int, string>> -> Int32StringTable
public function Int32StringTable(
    rows : IEnumerable<Tuple<int, String>>
)

Parameters

.NET Framework Security

See Also

Reference

Int32StringTable Class

Int32StringTable Overload

Microsoft.TeamFoundation.Framework.Server Namespace