Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override bool | Equals ([NotNullWhen(true)] object? obj) |
bool | Equals (DocumentNameBlobHandle other) |
override int | GetHashCode () |
bool | Equals (T? other) |
Static Public Member Functions | |
static implicit | operator BlobHandle (DocumentNameBlobHandle handle) |
static | operator DocumentNameBlobHandle (BlobHandle handle) |
static bool | operator== (DocumentNameBlobHandle left, DocumentNameBlobHandle right) |
static bool | operator!= (DocumentNameBlobHandle left, DocumentNameBlobHandle right) |
Static Package Functions | |
static DocumentNameBlobHandle | FromOffset (int heapOffset) |
Properties | |
bool | IsNil [get] |
Private Member Functions | |
DocumentNameBlobHandle (int heapOffset) | |
Private Attributes | |
readonly int | _heapOffset |
Definition at line 5 of file DocumentNameBlobHandle.cs.