LruCache<TKey,TValue>.Count Property

Definition

Gets the number of key/value pairs contained in the LruCache<TKey,TValue>.

public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

Applies to