DelimitedFormatBuild Method |
Namespace: Demo3D.HLE.Comms.Telegram
public override void Build()
This method can be overriden to implement custom building logic. The overriding method must eventually call the base method to actually build the data type.
public override void Build(...) { /*custom logic*/ base.Build(); }