StaticRoutesXmlConfigurationProvider.GetChildKeys Method

Returns the list of keys that this provider has.

Namespace:  TwinCAT.Ads.TcpRouter
Assembly:  TwinCAT.Ads.TcpRouter (in TwinCAT.Ads.TcpRouter.dll) Version: 6.0.328+39e3229

Syntax

C#

public override IEnumerable<string> GetChildKeys(
    IEnumerable<string> earlierKeys,
    string? parentPath
)

Parameters

earlierKeys

Type: System.Collections.Generic.IEnumerable.String.
The earlier keys that other providers contain.

parentPath

Type: System.String
The path for the parent IConfiguration.

Return Value

Type: IEnumerable.String.
The list of keys for this provider.

Implements

IConfigurationProvider.GetChildKeys(IEnumerable.String., String)

Reference

StaticRoutesXmlConfigurationProvider Class

TwinCAT.Ads.TcpRouter Namespace