JavaScript Required:
This documentation site requires JavaScript to function. Please enable JavaScript in your browser to view the navigation and search features.
🏠
🔄 Mod API
System.Collections.Generic.ListExtensions
IsSorted<T>
Summary
public static bool IsSorted<T>(this List<T> self, IComparer<T> comparer)
Returns
bool
Parameters
List
self
IComparer
comparer