<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />
System.Collections.Immutable.ImmutableArray<T>
public struct ImmutableArray<
T> :
IReadOnlyList<
T>,
IReadOnlyCollection<
T>,
IEnumerable<
T>,
IEnumerable,
IList<
T>,
ICollection<
T>,
IEquatable<
ImmutableArray<
T>>,
IImmutableList<
T>,
IList,
ICollection,
IImmutableArray,
IStructuralComparable,
IStructuralEquatable
public T this[
int index] {
get; }
public void CopyTo(
T[]
destination)
public void CopyTo(
T[]
destination,
int destinationIndex)
public void CopyTo(
int sourceIndex,
T[]
destination,
int destinationIndex,
int length)
public int IndexOf(
T item,
int startIndex)
public int IndexOf(
T item,
int startIndex,
int count)
public int LastIndexOf(
T item,
int startIndex,
int count)