Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
CngProperty (string name, byte[]? value, CngPropertyOptions options) | |
byte?[] | GetValue () |
override bool | Equals ([NotNullWhen(true)] object? obj) |
bool | Equals (CngProperty other) |
override int | GetHashCode () |
bool | Equals (T? other) |
Static Public Member Functions | |
static bool | operator== (CngProperty left, CngProperty right) |
static bool | operator!= (CngProperty left, CngProperty right) |
Package Functions | |
byte[] | GetValueWithoutCopying () |
Properties | |
string | Name [get, private set] |
CngPropertyOptions | Options [get, private set] |
Private Attributes | |
readonly byte[] | _value |
int? | _lazyHashCode |
Definition at line 6 of file CngProperty.cs.