All types
|
All members
RT.Util.Core
RT.KitchenSink
RT.KitchenSink.Collections
RT.KitchenSink.Lex
RT.KitchenSink.Streams
RT.Util
RT.Util.Collections
Auto
Dictionary
<TKey, TValue>
Auto
Dictionary
<TKey1, TKey2, TValue>
Auto
Dictionary
<TKey1, TKey2, TKey3, TValue>
Auto
List
<T>
Auto
List<T>
(
initializer
)
Auto
List<T>
(
capacity
,
initializer
)
Auto
List<T>
(
collection
,
initializer
)
Add
(
item
)
AddRange
(
item
)
AsReadOnly
()
BinarySearch
(
item
)
Clear
()
Contains
(
item
)
ConvertAll
<>(
converter
)
CopyTo
(
array
,
array
Index
)
Exists
(
match
)
Find
(
match
)
FindAll
(
match
)
FindIndex
(
match
)
FindIndex
(
start
Index
,
match
)
FindIndex
(
start
Index
,
count
,
match
)
FindLast
(
match
)
FindLastIndex
(
match
)
FindLastIndex
(
start
Index
,
match
)
FindLastIndex
(
start
Index
,
count
,
match
)
GetEnumerator
()
GetRange
(
index
,
count
)
IndexOf
(
item
)
IndexOf
(
item
,
index
)
IndexOf
(
item
,
index
,
count
)
Insert
(
index
,
item
)
InsertRange
(
index
,
collection
)
LastIndexOf
(
item
)
LastIndexOf
(
item
,
index
)
LastIndexOf
(
item
,
index
,
count
)
Remove
(
item
)
RemoveAll
(
match
)
RemoveAt
(
index
)
RemoveRange
(
index
,
count
)
Reverse
()
Reverse
(
index
,
count
)
Sort
()
Sort
(
comparison
)
Sort
(
comparer
)
Sort
(
index
,
count
,
comparer
)
ToArray
()
TrimExcess
()
TrueForAll
(
match
)
Capacity
Count
Is
Read
Only
this
[
index
]
Bin128
List
Sorted
<T>
Queue
Viewable
<T>
Read
Only
Collection
<T>
Read
Only
Dictionary
<TKey, TValue>
RT.Util.Consoles
RT.Util.ExtensionMethods
RT.Util.ExtensionMethods.Obsolete
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
RT.CommandLine
RT.Geometry
RT.Json
RT.Lingo.Base
RT.PostBuild
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Method:
int
FindLastIndex
(
int
,
int
,
Predicate<T>
)
Declared in:
RT.Util.Collections.
AutoList
<T>
Declaration
public
int
FindLastIndex
(
int
startIndex
,
int
count
,
Predicate<T>
match
)
Summary
Equivalent to the same method in
List
<T>
.