Construtor KeyValuePairInt32Int32Table
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
Public Sub New ( _
rows As IEnumerable(Of KeyValuePair(Of Integer, Integer)) _
)
public KeyValuePairInt32Int32Table(
IEnumerable<KeyValuePair<int, int>> rows
)
Parâmetros
- rows
Tipo: System.Collections.Generic.IEnumerable<KeyValuePair<Int32, Int32>>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.