UniqueInt32Table Constructor

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

Parameters

.NET Framework Security

See Also

Reference

UniqueInt32Table Class

Microsoft.TeamFoundation.Framework.Server Namespace