Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Last
LinkedListNode
<
T
>?
System.Collections.Generic.LinkedList
<
T
>.Last
get
Definition at line
107
of file
LinkedList.cs
.
108
{
109
get
110
{
111
if
(
head
!=
null
)
112
{
113
return
head
.prev;
114
}
115
return
null
;
116
}
117
}
System.Collections.Generic.LinkedList.head
LinkedListNode< T > head
Definition
LinkedList.cs:95
System
Collections
Generic
LinkedList
Generated by
1.10.0