This documentation is archived and is not being maintained.
NameObjectCollectionBase.Count Property
.NET Framework 1.1
Gets the number of key-and-value pairs contained in the NameObjectCollectionBase instance.
[Visual Basic] Public Overridable ReadOnly Property Count As Integer Implements _ ICollection.Count [C#] public virtual int Count {get;} [C++] public: __property virtual int get_Count(); [JScript] public function get Count() : int;
Property Value
The number of key-and-value pairs contained in the NameObjectCollectionBase instance.
Implements
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
NameObjectCollectionBase Class | NameObjectCollectionBase Members | System.Collections.Specialized Namespace
Show: