<PackageReference Include="System.Text.Json" Version="7.0.0-rc.1.22426.10" />
ConfigurationList<TItem>
public int Count {
get; }
public TItem this[
int index] {
get;
set; }
public void Add(
TItem item)
public void CopyTo(
TItem[]
array,
int arrayIndex)
public void Insert(
int index,
TItem item)
public bool Remove(
TItem item)