mscorlib(4.0.0.0) API with additions
IReadOnlyList.cs
1
using
System
.
Runtime
.
CompilerServices
;
2
3
namespace
System.Collections.Generic
4
{
7
[TypeDependency(
"System.SZArrayHelper"
)]
8
[__DynamicallyInvokable]
9
public
interface
IReadOnlyList
<out
T
> :
IReadOnlyCollection
<T>,
IEnumerable
<T>,
IEnumerable
10
{
14
[__DynamicallyInvokable]
15
T
this
[
int
index]
16
{
17
[__DynamicallyInvokable]
18
get
;
19
}
20
}
21
}
System.Collections.Generic
Definition:
ArrayBuilder.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.ConsoleKey.T
The T key.
System.Collections.Generic.IEnumerable
Exposes the enumerator, which supports a simple iteration over a collection of a specified type....
Definition:
IEnumerable.cs:9
System.Collections.Generic.IReadOnlyCollection
Represents a strongly-typed, read-only collection of elements.
Definition:
IReadOnlyCollection.cs:9
System.Collections.Generic.IReadOnlyList
Represents a read-only collection of elements that can be accessed by index.
Definition:
IReadOnlyList.cs:9
System.Runtime.CompilerServices
Definition:
AccessedThroughPropertyAttribute.cs:3
All cs
System.Collections.Generic
IReadOnlyList.cs
Generated by
1.8.15