ResXResourceSet Constructor

Overload List

ResXResourceSet(Stream, String) Initializes a new instance of the ResXResourceSet class using the ResXResourceReader to read resources from the specified stream.
ResXResourceSet(String, String) Initializes a new instance of a ResXResourceSet class using the ResXResourceReader that opens and reads resources from the specified file.
ResXResourceSet(TextReader, String) Initializes a new instance of the ResXResourceSet class using the ResXResourceReader to read resources from the specified textReader.

See Also