GuidInt32Table Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
values As IEnumerable(Of Tuple(Of Guid, Integer)) _
)
public GuidInt32Table(
IEnumerable<Tuple<Guid, int>> values
)
public:
GuidInt32Table(
IEnumerable<Tuple<Guid, int>^>^ values
)
new :
values:IEnumerable<Tuple<Guid, int>> -> GuidInt32Table
public function GuidInt32Table(
values : IEnumerable<Tuple<Guid, int>>
)
Parameters
- values
Type: System.Collections.Generic.IEnumerable<Tuple<Guid, 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.