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