<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.0" />
ReadOnlyList<T>
public abstract int Count {
get; }
public T this[
int index] {
get;
set; }
public abstract void CopyTo(
T[]
array,
int arrayIndex)
public abstract int IndexOf(
T item)
public void Insert(
int index,
T item)
protected abstract T Lookup(
int index)