[]
Creates LineItem and reads it from specified reader.
public static LineItem CreateRead(BinaryReader reader, short fileVersion)
Type | Name | Description |
---|---|---|
BinaryReader | reader | The binary reader. |
short | fileVersion | The file version. |
Type | Description |
---|---|
LineItem | The instance of the LineItem class. |