'Declaration Public Property Stream As System.IO.Stream
public System.IO.Stream Stream { get; set; }
public: __property System.IO.Stream* get_Stream(); public: __property void set_Stream(
System.IO.Stream* value
);
public:
property System.IO.Stream^ Stream { System.IO.Stream^ get(); void set(System.IO.Stream^ value); }