ParameterDictionary.Count PropertyParameterDictionary.Count PropertyParameterDictionary::Count Property

Gets the number of parameters contained in the ParameterDictionaryParameterDictionaryParameterDictionary.

Syntax

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