<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />
System.Collections.Immutable.ImmutableList<T>
public sealed class ImmutableList<
T> :
IImmutableList<
T>,
IReadOnlyList<
T>,
IReadOnlyCollection<
T>,
IEnumerable<
T>,
IEnumerable,
IList<
T>,
ICollection<
T>,
IList,
ICollection,
IOrderedCollection<
T>,
IImmutableListQueries<
T>,
IStrongEnumerable<
T,
Enumerator<
T>>
public int Count {
get; }
public T this[
int index] {
get; }
public void CopyTo(
T[]
array,
int arrayIndex)
public void CopyTo(
int index,
T[]
array,
int arrayIndex,
int count)