Access an item at the specified index.
[Visual Basic] Overridable Public Function GetItem( _ ByVal collection As Object, _ ByVal index As Integer _ ) As Object [C#] public virtual object GetItem( object collection, int index ); [C++] public: virtual Object* GetItem( Object* collection, int index ); [JScript] public function GetItem( collection : Object, index : int ) : Object;
CollectionInfo Class | CollectionInfo Members | System.WinForms.ComponentModel Namespace