Class EnumerableExtensions
Enumerable extension methods.
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public static class EnumerableExtensions
Methods
| Name | Description |
|---|---|
| GetFirst(IEnumerable<int>) | Get the first integer in an enumerable. |
| GetFirst<T>(IEnumerable<T>) | Get the first element in an enumerable. |
| SequenceEqual<T>(IEnumerable<T>, IEnumerable<T>) | Check if two enumerable have the same elements in the same order. |