Interface ISortedSet<E>
.NET interface skeleton to be manually developed following https://developer.android.com/reference/java/util/SortedSet.html
public interface ISortedSet<E> : ISet<E>, ICollection<E>
Type Parameters
E
- Extension Methods
.NET interface skeleton to be manually developed following https://developer.android.com/reference/java/util/SortedSet.html
public interface ISortedSet<E> : ISet<E>, ICollection<E>
E