Sets the type of this record.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetType(
byte type
)
Public Sub SetType (
type As Byte
)
public:
void SetType(
unsigned char type
)
member SetType :
type : byte -> unit
Parameters
- type
- Type: SystemByte
The type of this record.
See Also