Click or drag to resize

DelimitedFormatBuild Method

Builds the format into a usable data type.

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
Syntax
C#
public override void Build()
Remarks

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(); }
See Also