ConfigSectionNode Item Property (Int32)NFX Class Library

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

Retrieves section node by index or empty node instance if section node with such index could not be found

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

public ConfigSectionNode this[
	int idx
] { get; }

Property Value

Type: ConfigSectionNode
See Also