System.Windows.Forms.ImageList.ImageCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : Image
index int
return System.Drawing.Image
            public Image this[int index]
            {
                get { return _items[index].Image; }
                set { _items[index].Image = value; }
            }

Same methods

ImageList.ImageCollection::this ( string key ) : Image
ImageList.ImageCollection::this ( int index ) : objectIList.System