Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
TElement
IList
<TElement>.
System.Linq.Grouping
< TKey, TElement >.
this
[int
index
]
get
set
private
Definition at line
29
of file
Grouping.cs
.
30
{
31
get
32
{
33
if
(
index < 0 || index >
=
_count
)
34
{
35
ThrowHelper.ThrowArgumentOutOfRangeException(
ExceptionArgument
.index);
36
}
37
return
_elements
[
index
];
38
}
39
set
40
{
41
ThrowHelper.ThrowNotSupportedException();
42
}
43
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Linq.Grouping._count
int _count
Definition
Grouping.cs:17
System.Linq.Grouping._elements
TElement[] _elements
Definition
Grouping.cs:15
System.Linq.ExceptionArgument
ExceptionArgument
Definition
ExceptionArgument.cs:4
System.Linq.ExceptionArgument.index
@ index
System
Linq
Grouping
Generated by
1.10.0