Show / Hide Table of Contents

Class IReadOnlyListExtensions

Inheritance
System.Object
IReadOnlyListExtensions
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 IReadOnlyListExtensions

Methods

| Improve this Doc View Source

Contains<T>(IReadOnlyList<T>, T)

Declaration
public static bool Contains<T>(this IReadOnlyList<T> _this, T value)
Parameters
Type Name Description
IReadOnlyList<T> _this
T value
Returns
Type Description
System.Boolean
Type Parameters
Name Description
T
| Improve this Doc View Source

IndexOf<T>(IReadOnlyList<T>, T)

Declaration
public static int IndexOf<T>(this IReadOnlyList<T> _this, T value)
Parameters
Type Name Description
IReadOnlyList<T> _this
T value
Returns
Type Description
System.Int32
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾