ResXDataNode(String, ResXFileRef, String) Constructor

Initializes a new instance of the ResXDataNode class with a reference to a resource file.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public ResXDataNode(
	string name,
	ResXFileRef fileRef,
	string? basePath = null
)

Parameters

name  String
The name of the resource.
fileRef  ResXFileRef
The file reference.
basePath  String  (Optional)
A default base path for the relative path defined in fileRef. This can be overridden on calling the GetValue method. This parameter is optional.
Default value: .

Exceptions

ArgumentNullExceptionname or fileRef is .
ArgumentExceptionname is a string of zero length.
ArgumentExceptionname

See Also