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