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
- rows
Type: System.Collections.Generic.IEnumerable<Tuple<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.