[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static TParam Make<TParam>(
string cfgStr,
string format = "laconf"
)
where TParam : FileSystem
public static TParam Make<TParam>(
string cfgStr,
string format = "laconf"
)
where TParam : FileSystem
Public Shared Function Make(Of TParam As FileSystem) (
cfgStr As String,
Optional format As String = "laconf"
) As TParam
Public Shared Function Make(Of TParam As FileSystem) (
cfgStr As String,
Optional format As String = "laconf"
) As TParam
public:
generic<typename TParam>
where TParam : FileSystem
static TParam Make(
String^ cfgStr,
String^ format = L"laconf"
)
public:
generic<typename TParam>
where TParam : FileSystem
static TParam Make(
String^ cfgStr,
String^ format = L"laconf"
)
static member Make :
cfgStr : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> 'TParam when 'TParam : FileSystem
static member Make :
cfgStr : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> 'TParam when 'TParam : FileSystem
- TParam
Return Value
Type:
TParam