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

ParameterModelCollection

Collection of ParameterModel
public int Count { get; }

Gets the count.

public bool IsFixedSize { get; }

Gets a value indicating whether this instance is fixed size.

public bool IsReadOnly { get; }

Gets a value indicating whether this instance is read only.

public bool IsSynchronized { get; }

Gets a value indicating whether this instance is synchronized.

public ParameterModel this[object key] { get; }

Gets the ParameterModel with the specified key.

public ICollection Keys { get; }

Gets the keys.

public object SyncRoot { get; }

Gets the sync root.

public ICollection Values { get; }

Gets the values.

public void Add(string name, string value)

Adds the specified name.

public void Add(string name, IConfiguration configNode)

Adds the specified name.

public void Add(object key, object value)

Adds the specified key.

public void Clear()

Clears this instance.

public bool Contains(object key)

Determines whether this collection contains the specified key.

public void CopyTo(Array array, int index)

Copy the content to the specified array

Returns an enumerator that can iterate through a collection.

public void Remove(object key)

Removes the specified key.