<PackageReference Include="Castle.Windsor" Version="3.0.0.2001" />

ParameterModelCollection

Collection of ParameterModel
public int Count { get; }

Gets the count.

public ParameterModel this[string key] { get; }

Gets the ParameterModel with the specified key.

public void Add(string name, string value)

Adds the specified name.

public void Add(string name, IConfiguration configNode)

Adds the specified name.

Returns an enumerator that can iterate through a collection.