System::Collections::Generic::ICollection::get_Count method

ICollection::get_Count method

Gets number of elements in collection.

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

ReturnValue

Number of elements.

See Also