Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ LastIndexOf() [2/3]

static int System.Array.LastIndexOf ( Array array,
object? value,
int startIndex )
inlinestatic

Definition at line 2005 of file Array.cs.

2006 {
2007 if (array == null)
2008 {
2009 ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array);
2010 }
2011 int lowerBound = array.GetLowerBound(0);
2013 }
static int LastIndexOf(Array array, object? value)
Definition Array.cs:1995

References System.array, System.Array.LastIndexOf(), System.startIndex, System.ThrowHelper.ThrowArgumentNullException(), and System.value.