Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Previous
LinkedListNode
<
T
>?
System.Collections.Generic.LinkedListNode
<
T
>.Previous
get
Definition at line
27
of file
LinkedListNode.cs
.
28
{
29
get
30
{
31
if
(
prev
!=
null
&&
this
!=
list
.head)
32
{
33
return
prev
;
34
}
35
return
null
;
36
}
37
}
System.Collections.Generic.LinkedListNode.list
LinkedList< T > list
Definition
LinkedListNode.cs:5
System.Collections.Generic.LinkedListNode.prev
LinkedListNode< T > prev
Definition
LinkedListNode.cs:9
System
Collections
Generic
LinkedListNode
Generated by
1.10.0