ResXResourceSet(TextReader, String) Constructor

Initializes a new instance of the ResXResourceSet class using the ResXResourceReader to read resources from the specified textReader.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public ResXResourceSet(
	TextReader textReader,
	string? basePath = null
)

Parameters

textReader  TextReader
The TextReader of resources to be read. The reader should refer to a valid resource file content.
basePath  String  (Optional)
The base path for the relative file paths specified in a ResXFileRef object. If , the current directory will be used. This parameter is optional.
Default value: .

See Also