MemoryCacheList<TKey, TValue>.MemoryCacheReplacementEventArgs (Constructor)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Common
Ensamblado:  Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)

Sintaxis

'Declaración
Public Sub New ( _
    key As TKey, _
    oldValue As TValue, _
    newValue As TValue _
)
public MemoryCacheReplacementEventArgs(
    TKey key,
    TValue oldValue,
    TValue newValue
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

MemoryCacheList<TKey, TValue>.MemoryCacheReplacementEventArgs Clase

Microsoft.TeamFoundation.Framework.Common (Espacio de nombres)