Construtor KeyValue<TKeyType, TValueType> (KeyValuePair<TKeyType, TValueType>)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
Public Sub New ( _
keyValuePair As KeyValuePair(Of TKeyType, TValueType) _
)
public KeyValue(
KeyValuePair<TKeyType, TValueType> keyValuePair
)
Parâmetros
- keyValuePair
Tipo: System.Collections.Generic.KeyValuePair<TKeyType, TValueType>
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.
Consulte também
Referência
KeyValue<TKeyType, TValueType> Classe