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