Click or drag to resize

Segment Constructor (Char, Int32)

Initializes a new instance of the Segment class

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Retail
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2026.4
Syntax
C#
public Segment(
	char c,
	int length
)

Parameters

c
Type: SystemChar
length
Type: SystemInt32
See Also