Class XwaExeSpeciesEntry
Inheritance
XwaExeSpeciesEntry
Assembly: JeremyAnsel.Xwa.Workspace.dll
Syntax
public sealed class XwaExeSpeciesEntry
Constructors
|
Edit this page
View Source
XwaExeSpeciesEntry()
Declaration
public XwaExeSpeciesEntry()
|
Edit this page
View Source
XwaExeSpeciesEntry(byte[]?)
Declaration
public XwaExeSpeciesEntry(byte[]? bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
Fields
|
Edit this page
View Source
EntryLength
Declaration
public const int EntryLength = 2
Field Value
Properties
|
Edit this page
View Source
Value
Declaration
public short Value { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToByteArray()
Declaration
public byte[] ToByteArray()
Returns
|
Edit this page
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides