How to create an instance of System.IO.Stream stream

The Solution to How to create an instance of System.IO.Stream stream is


System.IO.Stream stream = new System.IO.MemoryStream();

~ Answered on 2011-11-04 05:42:30


Most Viewed Questions: