ParameterTypeDictionary.Count PropertyParameterTypeDictionary.Count PropertyParameterTypeDictionary::Count Property

Gets the number of parameters contained in the ParameterTypeDictionaryParameterTypeDictionaryParameterTypeDictionary.

Syntax

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