[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.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ConfigSectionNode this[
int idx
] { get; }
public ConfigSectionNode this[
int idx
] { get; }
Public ReadOnly Default Property Item (
idx As Integer
) As ConfigSectionNode
Get
Public ReadOnly Default Property Item (
idx As Integer
) As ConfigSectionNode
Get
public:
property ConfigSectionNode^ default[int idx] {
ConfigSectionNode^ get (int idx);
}
public:
property ConfigSectionNode^ default[int idx] {
ConfigSectionNode^ get (int idx);
}
member Item : ConfigSectionNode with get
member Item : ConfigSectionNode with get
Property Value
Type:
ConfigSectionNode