Show / Hide Table of Contents

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 Source

IndexOf<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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾