mscorlib(4.0.0.0) API with additions
IReadOnlyCollection.cs
1
using
System
.
Runtime
.
CompilerServices
;
2
3
namespace
System.Collections.Generic
4
{
7
[TypeDependency(
"System.SZArrayHelper"
)]
8
[__DynamicallyInvokable]
9
public
interface
IReadOnlyCollection
<out
T
> :
IEnumerable
<T>,
IEnumerable
10
{
13
[__DynamicallyInvokable]
14
int
Count
15
{
16
[__DynamicallyInvokable]
17
get
;
18
}
19
}
20
}
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.Runtime.CompilerServices
Definition:
AccessedThroughPropertyAttribute.cs:3
System.Collections.Generic.IReadOnlyCollection.Count
int Count
Gets the number of elements in the collection.
Definition:
IReadOnlyCollection.cs:15
All cs
System.Collections.Generic
IReadOnlyCollection.cs
Generated by
1.8.15