KeyDictionary.Count PropertyKeyDictionary.Count PropertyKeyDictionary::Count Property

Gets the number of keys contained in the KeyDictionaryKeyDictionaryKeyDictionary.

Syntax

Public ReadOnly Property Count As Integer
        Get
public int Count { get; }
public:
property int Count {
    virtual int get() sealed;
}