Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Specialized.BitVector32.Section Struct Reference

Public Member Functions

override bool Equals ([NotNullWhen(true)] object? o)
 
bool Equals (Section obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (Section a, Section b)
 
static bool operator!= (Section a, Section b)
 
static string ToString (Section value)
 

Package Functions

 Section (short mask, short offset)
 

Properties

short Mask [get]
 
short Offset [get]
 

Private Attributes

readonly short _mask
 
readonly short _offset
 

Detailed Description

Definition at line 8 of file BitVector32.cs.


The documentation for this struct was generated from the following file: