PropertyDescriptorCollection.System.Collections.ICollection.Count Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Private ReadOnly Property Count As Integer Implements _ ICollection.Count
[C#]
int ICollection.Count {get;}
[C++]
private: __property int
System::Collections::ICollection::get_Count();
[JScript]
private function get ICollection.Count() : int;
See Also
PropertyDescriptorCollection Class | PropertyDescriptorCollection Members | System.ComponentModel Namespace