get_Count()

HashSet::get_Count() const method

Gets number of elements in set.

int System::Collections::Generic::HashSet<T>::get_Count() const override

Return Value

Actual number of elements.

HashSet::get_Count() const method

Keeping get_Count() from hiding.

virtual int System::Collections::Generic::ICollection<T>::get_Count() const=0

See Also