ResXResourceReader Constructor

Overload List

ResXResourceReader(Stream, ITypeResolutionService) Initializes a new instance of the ResXResourceReader class for the specified stream.
ResXResourceReader(String, ITypeResolutionService) Initializes a new instance of the ResXResourceReader class for the specified resource file.
ResXResourceReader(TextReader, ITypeResolutionService) Initializes a new instance of the ResXResourceReader class for the specified TextReader.

See Also