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>
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.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
Method:
void
InsertRange
(
int
,
IEnumerable<T>
)
Declared in:
RT.Util.Collections.
AutoList
<T>
Declaration
public
void
InsertRange
(
int
index
,
IEnumerable<T>
collection
)
Summary
Equivalent to the same method in
List
<T>
.