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>
Bin128
List
Sorted
<T>
List
Sorted<T>
()
List
Sorted<T>
(
capacity
)
List
Sorted<T>
(
comparer
)
List
Sorted<T>
(
capacity
,
comparer
)
Add
(
item
)
AddRange
(
collection
)
Clear
()
Contains
(
item
)
CopyTo
(
array
,
array
Index
)
GetEnumerator
()
IndexOf
(
item
)
LastIndexOf
(
item
)
Remove
(
item
)
RemoveAt
(
index
)
RemoveLast
(
item
)
Count
Is
Read
Only
this
[
index
]
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
LastIndexOf
(
T
)
Declared in:
RT.Util.Collections.
ListSorted
<T>
Declaration
public
int
LastIndexOf
(
T
item
)
Summary
Returns the index of the LAST item equal to the specified item, or -1 if the item is not found. The operation is O(log N).