ResXResourceReader(Stream, ITypeResolutionService) Constructor

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

Definition

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

Parameters

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

See Also