Search
Preparing search index...
The search index is not available
TypeScript.NET
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
"source/System/Collections/IReadOnlyCollection.d"
IReadOnlyCollection
Interface IReadOnlyCollection<T>
Type parameters
T
Hierarchy
IEnumerable
<
T
>
IReadOnlyCollection
ICollection
Index
Properties
count
is
Endless
is
Read
Only
Methods
contains
copy
To
get
Enumerator
to
Array
Properties
count
count
:
number
Optional
is
Endless
is
Endless
:
boolean
Provides a way of flagging endless enumerations that may cause issues.
is
Read
Only
is
Read
Only
:
boolean
Methods
contains
contains
(
entry
:
T
)
:
boolean
Parameters
entry:
T
Returns
boolean
copy
To
copy
To<TTarget>
(
target
:
TTarget
, index
?:
number
)
:
TTarget
Type parameters
TTarget
:
IArray
Parameters
target:
TTarget
Optional
index:
number
Returns
TTarget
get
Enumerator
get
Enumerator
(
)
:
IEnumerator
<
T
>
Returns
IEnumerator
<
T
>
to
Array
to
Array
(
)
:
T
[]
Returns
T
[]
Globals
"source/
System/
Collections/IRead
Only
Collection.d"
IRead
Only
Collection
count
is
Endless
is
Read
Only
contains
copy
To
get
Enumerator
to
Array
Generated using
TypeDoc
Provides a way of flagging endless enumerations that may cause issues.