<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-rc.23205.4" />
System.Collections.Generic.SynchronizedCollection<T>
public int Count {
get; }
public T this[
int index] {
get;
set; }
public void CopyTo(
T[]
array,
int index)
public void Insert(
int index,
T item)
protected virtual void InsertItem(
int index,
T item)
protected virtual void SetItem(
int index,
T item)