Int32Table Constructor (IEnumerable<Int32>)

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) _
)
public Int32Table(
    IEnumerable<int> ints
)
public:
Int32Table(
    IEnumerable<int>^ ints
)
new : 
        ints:IEnumerable<int> -> Int32Table
public function Int32Table(
    ints : IEnumerable<int>
)

Parameters

.NET Framework Security

See Also

Reference

Int32Table Class

Int32Table Overload

Microsoft.TeamFoundation.Framework.Server Namespace