System::Collections::Generic::BaseDictionary::get_Count method

BaseDictionary::get_Count method

Gets elements count.

int32_t System::Collections::Generic::BaseDictionary<Map>::get_Count() const override

ReturnValue

Number of elements (key-value pairs) being held currently.

See Also