Table of Contents

Class ComparableList<T>

Namespace
System.Collections.Generic
Assembly
Playnite.SDK.dll

Highly unoptimized, should not be used anywhere anymore in new code.

public class ComparableList<T> : List<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, IComparable

Type Parameters

T
Inheritance
List<T>
ComparableList<T>
Implements
Inherited Members
Extension Methods

Constructors

ComparableList()

public ComparableList()

ComparableList(IEnumerable<T>)

public ComparableList(IEnumerable<T> collection)

Parameters

collection IEnumerable<T>

ComparableList(int)

public ComparableList(int count)

Parameters

count int

Methods

CompareTo(object)

public int CompareTo(object obj)

Parameters

obj object

Returns

int