Inheritance: IList, ICollection, IEnumerable
示例#1
0
 internal ImageListStreamer(ImageList.ImageCollection imageCollection)
 {
     this.imageCollection = imageCollection;
 }
		internal ImageListStreamer (ImageList.ImageCollection imageCollection)
		{
			this.imageCollection = imageCollection;
		}