ResXResourceSet(TextReader, String) Constructor
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public ResXResourceSet(
TextReader textReader,
string? basePath = null
)
Public Sub New (
textReader As TextReader,
Optional basePath As String = Nothing
)
public:
ResXResourceSet(
TextReader^ textReader,
String^ basePath = nullptr
)
new :
textReader : TextReader *
?basePath : string
(* Defaults:
let _basePath = defaultArg basePath null
*)
-> ResXResourceSet
Parameters
- textReader TextReader
- The TextReader of resources to be read. The reader should refer to a valid resource file content.
- basePath String (Optional)
- The base path for the relative file paths specified in a ResXFileRef object. If , the current directory will be used. This parameter is optional.
Default value: .