Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
bool
System.Collections.BitArray.this[int
index
]
get
set
Definition at line
88
of file
BitArray.cs
.
89
{
90
get
91
{
92
return
Get
(
index
);
93
}
94
set
95
{
96
Set
(
index
,
value
);
97
}
98
}
System.Collections.BitArray.Set
void Set(int index, bool value)
Definition
BitArray.cs:326
System.Collections.BitArray.Get
bool Get(int index)
Definition
BitArray.cs:316
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System
Collections
BitArray
Generated by
1.10.0