[This is preliminary documentation and is subject to change.]
Applies config values to fields/properties as specified by config attributes
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static T Apply<T>(
T entity,
IConfigSectionNode node
)
public static T Apply<T>(
T entity,
IConfigSectionNode node
)
Public Shared Function Apply(Of T) (
entity As T,
node As IConfigSectionNode
) As T
Public Shared Function Apply(Of T) (
entity As T,
node As IConfigSectionNode
) As T
public:
generic<typename T>
static T Apply(
T entity,
IConfigSectionNode^ node
)
public:
generic<typename T>
static T Apply(
T entity,
IConfigSectionNode^ node
)
static member Apply :
entity : 'T *
node : IConfigSectionNode -> 'T
static member Apply :
entity : 'T *
node : IConfigSectionNode -> 'T
- T
Return Value
Type:
T