SnesRomChecksum Property
Gets the checksum.
Namespace: DevCase.Core.Media.Gaming.RomHacking.SNESAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ushort Checksum { get; }
Public ReadOnly Property Checksum As UShort
Get
Dim instance As SnesRom
Dim value As UShort
value = instance.Checksum
public:
property unsigned short Checksum {
unsigned short get ();
}
member Checksum : uint16 with get
No code example is currently available or this language may not be supported.
Property Value
UInt16
The checksum.