This field holds a reference to the output stream to which the resources are to be written.
[Visual Basic] Protected Output As Stream [C#] protected Stream Output; [C++] protected: Stream* Output; [JScript] protected var Output : Stream;
ResourceWriter Class | ResourceWriter Members | System.Resources Namespace