ConfigNode ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Provides configuration node abstraction for section and attribute nodes. This class is thread-safe
Inheritance Hierarchy

OnlineSystem Object
  NFX.Environment ConfigNode
    NFX.Environment ConfigAttrNode
    NFX.Environment ConfigSectionNode

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[SerializableAttribute]
public abstract class ConfigNode : IConfigNode, 
	INamed
See Also