Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsEmpty
bool
System.Xml.Schema.BitSet.IsEmpty
get
Definition at line
15
of file
BitSet.cs
.
16
{
17
get
18
{
19
uint num = 0
u
;
20
for
(
int
i = 0;
i
<
_bits
.Length;
i
++)
21
{
22
num |=
_bits
[
i
];
23
}
24
return
num == 0;
25
}
26
}
System.Xml.Schema.BitSet._bits
uint[] _bits
Definition
BitSet.cs:9
System.Text.RegularExpressions.ExceptionArgument.i
@ i
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
Schema
BitSet
Generated by
1.10.0