Compartilhar via


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

Segurança do .NET Framework

Consulte também

Referência

MemoryCacheList<TKey, TValue>.MemoryCacheReplacementEventArgs Classe

Namespace Microsoft.TeamFoundation.Framework.Common