ResXResourceSet(String, String) Constructor

Initializes a new instance of a ResXResourceSet class using the ResXResourceReader that opens and reads resources from the specified file.

Definition

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

Parameters

fileName  String  (Optional)
The name of the file to read resources from. If , just an empty ResXResourceSet will be created. This parameter is optional.
Default value: .
basePath  String  (Optional)
The base path for the relative file paths specified in a ResXFileRef object. If and fileName is not , the directory part of fileName will be used. This parameter is optional.
Default value: .

Remarks

See Also