All types
|
All members
RT.Util.Core
RT.KitchenSink
RT.KitchenSink.Collections
RT.KitchenSink.Geometry
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.Geometry
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Constructor:
ListSorted<T>
(
int
,
IComparer<T>
)
Declared in:
RT.Util.Collections.
ListSorted
<T>
Declaration
public
ListSorted
<T>
(
int
capacity
,
IComparer<T>
comparer
)
Summary
Creates an empty
ListSorted
<T>
of the specified capacity and using the specified item comparer.