ResXResourceReader(String, ITypeResolutionService) Constructor

Initializes a new instance of the ResXResourceReader class for the specified resource file.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public ResXResourceReader(
	string fileName,
	ITypeResolutionService? typeResolver = null
)

Parameters

fileName  String
The name of an XML resource file that contains resources.
typeResolver  ITypeResolutionService  (Optional)
An object that resolves type names specified in a resource. This parameter is optional.
Default value: .

Remarks

See Also