Int32Table Constructor (IEnumerable<Int32>, String)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    ints As IEnumerable(Of Integer), _
    tableName As String _
)
public Int32Table(
    IEnumerable<int> ints,
    string tableName
)
public:
Int32Table(
    IEnumerable<int>^ ints, 
    String^ tableName
)
new : 
        ints:IEnumerable<int> * 
        tableName:string -> Int32Table
public function Int32Table(
    ints : IEnumerable<int>, 
    tableName : String
)

Parameters

.NET Framework Security

See Also

Reference

Int32Table Class

Int32Table Overload

Microsoft.TeamFoundation.Framework.Server Namespace