Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetEnumerator< T >()
IEnumerator
<
T
> System.SZArrayHelper.GetEnumerator<
T
>
(
)
inline
package
Definition at line
12
of file
SZArrayHelper.cs
.
13
{
14
T[]
array
=
Unsafe
.As<T[]>(
this
);
15
if
(
array
.Length != 0)
16
{
17
return
new
SZGenericArrayEnumerator<T>
(
array
);
18
}
19
return
SZGenericArrayEnumerator<T>
.Empty;
20
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.array
@ array
References
System.array
.
System
SZArrayHelper
Generated by
1.10.0