[This is preliminary documentation and is subject to change.]
Namespace: NFX.InventorizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public void Inventorize(
Type t,
ConfigSectionNode root
)
public void Inventorize(
Type t,
ConfigSectionNode root
)
Public Sub Inventorize (
t As Type,
root As ConfigSectionNode
)
Public Sub Inventorize (
t As Type,
root As ConfigSectionNode
)
public:
virtual void Inventorize(
Type^ t,
ConfigSectionNode^ root
) sealed
public:
virtual void Inventorize(
Type^ t,
ConfigSectionNode^ root
) sealed
abstract Inventorize :
t : Type *
root : ConfigSectionNode -> unit
override Inventorize :
t : Type *
root : ConfigSectionNode -> unit
abstract Inventorize :
t : Type *
root : ConfigSectionNode -> unit
override Inventorize :
t : Type *
root : ConfigSectionNode -> unit
Implements
IInventorization Inventorize(Type, ConfigSectionNode)