Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Last< T >()
[1/3]
static
T
System.Linq.ImmutableArrayExtensions.Last<
T
>
(
this
ImmutableArray
<
T
>
immutableArray
)
inline
static
Definition at line
237
of file
ImmutableArrayExtensions.cs
.
238
{
239
if
(
immutableArray
.Length <= 0)
240
{
241
return
immutableArray
.array.Last();
242
}
243
return
immutableArray
[immutableArray.Length - 1];
244
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Linq
ImmutableArrayExtensions
Generated by
1.10.0