System.Windows.Forms.ImageListStreamer.ImageListStreamer C# (CSharp) Method

ImageListStreamer() private method

private ImageListStreamer ( ImageList imageCollection ) : System.IO
imageCollection ImageList
return System.IO
		internal ImageListStreamer (ImageList.ImageCollection imageCollection)
		{
			this.imageCollection = imageCollection;
		}

Same methods

ImageListStreamer::ImageListStreamer ( SerializationInfo info, StreamingContext context ) : System.IO