get_Count()

BaseSet::get_Count() const method

Gets number of elements in set.

int System::Collections::Generic::BaseSet<T, SET_T>::get_Count() const override

Return Value

Actual number of elements.

BaseSet::get_Count() const method

Keeping get_Count() from hiding.

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

See Also