<PackageReference Include="System.Text.Json" Version="8.0.0-preview.7.23375.6" />
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)