mscorlib(4.0.0.0) API with additions
ITuple.cs
1
namespace
System.Runtime.CompilerServices
2
{
4
public
interface
ITuple
5
{
8
int
Length
9
{
10
get
;
11
}
12
16
object
this
[
int
index]
17
{
18
get
;
19
}
20
}
21
}
System.Runtime.CompilerServices.ITuple.Length
int Length
Gets the number of elements in this Tuple instance.
Definition:
ITuple.cs:9
System.Runtime.CompilerServices
Definition:
AccessedThroughPropertyAttribute.cs:3
System.Runtime.CompilerServices.ITuple
Defines a general-purpose Tuple implementation that allows acccess to Tuple instance members without ...
Definition:
ITuple.cs:4
All cs
System.Runtime.CompilerServices
ITuple.cs
Generated by
1.8.15