Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Stack()
[1/3]
System.Collections.Generic.Stack
<
T
>.
Stack
(
)
inline
Definition at line
111
of file
Stack.cs
.
112
{
113
_array
=
Array
.Empty<T>();
114
}
System.Collections.Generic.Stack._array
T[] _array
Definition
Stack.cs:99
System.Reflection.CustomAttributeEncoding.Array
@ Array
References
System.Collections.Generic.Stack< T >._array
.
System
Collections
Generic
Stack
Generated by
1.10.0