Construtor MemoryCacheList<TKey, TValue>.MemoryCacheReplacementEventArgs
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (em Microsoft.TeamFoundation.Common.dll)
Sintaxe
'Declaração
Public Sub New ( _
key As TKey, _
oldValue As TValue, _
newValue As TValue _
)
public MemoryCacheReplacementEventArgs(
TKey key,
TValue oldValue,
TValue newValue
)
Parâmetros
- key
Tipo: TKey
- oldValue
Tipo: TValue
- newValue
Tipo: TValue
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áveis.
Consulte também
Referência
MemoryCacheList<TKey, TValue>.MemoryCacheReplacementEventArgs Classe