Class IEnumerableExtensions
Inheritance
System.Object
IEnumerableExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class IEnumerableExtensions
Methods
| Improve this Doc View SourceIndexOf<T>(IEnumerable<T>, Func<T, Boolean>)
Declaration
public static int IndexOf<T>(this IEnumerable<T> _this, Func<T, bool> predicate)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | _this | |
Func<T, System.Boolean> | predicate |
Returns
Type | Description |
---|---|
System.Int32 |
Type Parameters
Name | Description |
---|---|
T |