Click or drag to resize

Segment Constructor (String, 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(
	string c,
	int length
)

Parameters

c
Type: SystemString
length
Type: SystemInt32
See Also