ResXResourceReader(TextReader, ITypeResolutionService) Constructor

Initializes a new instance of the ResXResourceReader class for the specified TextReader.

Definition

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

Parameters

reader  TextReader
A text stream reader that contains resources.
typeResolver  ITypeResolutionService  (Optional)
An object that resolves type names specified in a resource. This parameter is optional.
Default value: .

See Also