ResXResourceSet(Stream, String) Constructor

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

Definition

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

Parameters

stream  Stream
The Stream of resources to be read. The stream 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