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

IList() private method

private IList ( object image ) : bool
image object
return bool
            bool IList.Contains(object image)
            {
                return image is Image && this.Contains((Image)image);
            }

Same methods

ImageList.ImageCollection::IList ( object value ) : int
ImageList.ImageCollection::IList ( int index, object value ) : void
ImageList.ImageCollection::IList ( object image ) : void