[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)
IConfigSectionNode this[
int idx
] { get; }
IConfigSectionNode this[
int idx
] { get; }
ReadOnly Default Property Item (
idx As Integer
) As IConfigSectionNode
Get
ReadOnly Default Property Item (
idx As Integer
) As IConfigSectionNode
Get
property IConfigSectionNode^ default[int idx] {
IConfigSectionNode^ get (int idx);
}
property IConfigSectionNode^ default[int idx] {
IConfigSectionNode^ get (int idx);
}
abstract Item : IConfigSectionNode with get
abstract Item : IConfigSectionNode with get
Property Value
Type:
IConfigSectionNode