[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static TParams Make<TParams>(
IConfigSectionNode node
)
where TParams : ConnectionParameters
public static TParams Make<TParams>(
IConfigSectionNode node
)
where TParams : ConnectionParameters
Public Shared Function Make(Of TParams As ConnectionParameters) (
node As IConfigSectionNode
) As TParams
Public Shared Function Make(Of TParams As ConnectionParameters) (
node As IConfigSectionNode
) As TParams
public:
generic<typename TParams>
where TParams : ConnectionParameters
static TParams Make(
IConfigSectionNode^ node
)
public:
generic<typename TParams>
where TParams : ConnectionParameters
static TParams Make(
IConfigSectionNode^ node
)
static member Make :
node : IConfigSectionNode -> 'TParams when 'TParams : ConnectionParameters
static member Make :
node : IConfigSectionNode -> 'TParams when 'TParams : ConnectionParameters
- TParams
Return Value
Type:
TParams