System.Windows.Forms.ImageList.ImageCollection.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : Image
index int
Résultat 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