The number of outermost keys in the collection.

Namespace: Lucene.Net.Util.Cache
Assembly: Lucene.Net.Contrib.Core (in Lucene.Net.Contrib.Core.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public int KeyCount { get; }
Visual Basic
Public ReadOnly Property KeyCount As Integer
	Get
Visual C++
public:
property int KeyCount {
	int get ();
}

See Also