All types
|
All members
RT.Json
RT.Json
Bool
Conversion
Options
Json
Bool
Json
Dict
Json
Extensions
Json
List
Json
List
()
Json
List
(
items
)
Add
(
item
)
AddRange
(
items
)
AppendIndented
(
sb
,
indentation
)
Clear
()
Contains
(
item
)
CopyTo
(
array
,
array
Index
)
Equals
(
other
)
Equals
(
other
)
Equals
(
other
)
GetEnumerator
()
GetHashCode
()
IndexOf
(
item
)
Insert
(
index
,
item
)
Parse
(
json
List
,
allow
Java
Script
)
Remove
(
item
)
RemoveAt
(
index
)
ToEnumerable
()
TryParse
(
json
Number
,
result
)
Count
Is
Container
this
[
index
]
Json
No
Value
Json
Number
Json
Parse
Exception
Json
Raw
Json
Safe
Value
Json
String
Json
Value
Js
Quotes
Numeric
Conversion
Options
String
Conversion
Options
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
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.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Method:
void
CopyTo
(
JsonValue[]
,
int
)
Declared in:
RT.Json.
JsonList
Overrides:
JsonValue
.
CopyTo
(
JsonValue[]
,
int
)
Implements:
ICollection<
JsonValue
>
.
CopyTo
(
JsonValue[]
,
int
)
Declaration
public override
void
CopyTo
(
JsonValue[]
array
,
int
arrayIndex
)
Summary
Copies the entire list to a compatible one-dimensional
array
, starting at the specified
arrayIndex
of the target array.
Parameters
JsonValue[]
array
The one-dimensional array that is the destination of the elements copied from the list. The array must have zero-based indexing.
int
arrayIndex
The zero-based index in array at which copying begins.