Construtor KeyValuePairInt32DateTimeTable
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, DateTime)) _
)
public KeyValuePairInt32DateTimeTable(
IEnumerable<KeyValuePair<int, DateTime>> rows
)
Parâmetros
- rows
Tipo: System.Collections.Generic.IEnumerable<KeyValuePair<Int32, DateTime>>
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.