ResXResourceSet(Stream, String) Constructor
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public ResXResourceSet(
Stream stream,
string? basePath = null
)
Public Sub New (
stream As Stream,
Optional basePath As String = Nothing
)
public:
ResXResourceSet(
Stream^ stream,
String^ basePath = nullptr
)
new :
stream : Stream *
?basePath : string
(* Defaults:
let _basePath = defaultArg basePath null
*)
-> ResXResourceSet
Parameters
- stream Stream
- The Stream of resources to be read. The stream 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: .