ResXResourceWriter Constructor

Overload List

ResXResourceWriter(Stream, FuncType, String) Initializes a new instance of the ResXResourceWriter class that writes the resources to a specified stream.
ResXResourceWriter(String, FuncType, String) Initializes a new instance of the ResXResourceWriter class that writes the resources to a specified file.
ResXResourceWriter(TextWriter, FuncType, String) Initializes a new instance of the ResXResourceWriter class that writes the resources by a specified textWriter.

See Also