Base:
method
LastIndexOf
System.Collections.ArrayList.LastIndexOf(System.Object, System.Int32, System.Int32)
2 references to LastIndexOf
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (2)
920return LastIndexOf(value, _list.Count - 1, _list.Count); 925return LastIndexOf(value, startIndex, startIndex + 1);