[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>(
IConfigSectionNode node
)
where TParam : FileSystem
public static TParam Make<TParam>(
IConfigSectionNode node
)
where TParam : FileSystem
Public Shared Function Make(Of TParam As FileSystem) (
node As IConfigSectionNode
) As TParam
Public Shared Function Make(Of TParam As FileSystem) (
node As IConfigSectionNode
) As TParam
public:
generic<typename TParam>
where TParam : FileSystem
static TParam Make(
IConfigSectionNode^ node
)
public:
generic<typename TParam>
where TParam : FileSystem
static TParam Make(
IConfigSectionNode^ node
)
static member Make :
node : IConfigSectionNode -> 'TParam when 'TParam : FileSystem
static member Make :
node : IConfigSectionNode -> 'TParam when 'TParam : FileSystem
- TParam
Return Value
Type:
TParam