Click or drag to resize

AlignedFormatInsertSegment Method

Inserts a new TelegramFormatSegment at the specified index.

Namespace: Demo3D.HLE.Comms.Telegram
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
public override void InsertSegment(
	TelegramFormatSegment segment,
	int index
)

Parameters

segment  TelegramFormatSegment
Segment to insert.
index  Int32
Specified index.
See Also