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
- ints
Type: System.Collections.Generic.IEnumerable<Int32>
.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.