<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Collections.Specialized.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)