<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />
System.Collections.Immutable.ImmutableSortedSet<T>
public sealed class ImmutableSortedSet<
T> :
IImmutableSet<
T>,
IReadOnlyCollection<
T>,
IEnumerable<
T>,
IEnumerable,
ISortKeyCollection<
T>,
IReadOnlyList<
T>,
IList<
T>,
ICollection<
T>,
ISet<
T>,
IList,
ICollection,
IStrongEnumerable<
T,
Enumerator<
T>>
public int Count {
get; }
public T this[
int index] {
get; }
public bool TryGetValue(
T equalValue,
out T actualValue)