Used to inherit custom serialization from Packet because constructors are not inherited.

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
protected PkRdWrSlotData(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)

See Also