<PackageReference Include="System.Collections.Specialized" Version="4.0.1" />

StringCollection

public int Count { get; }

public bool IsReadOnly { get; }

public bool IsSynchronized { get; }

public string this[int index] { get; set; }

public object SyncRoot { get; }

public int Add(string value)

public void AddRange(string[] value)

public void Clear()

public bool Contains(string value)

public void CopyTo(string[] array, int index)

public int IndexOf(string value)

public void Insert(int index, string value)

public void Remove(string value)

public void RemoveAt(int index)