Click or drag to resize

Segment(String, Int32) Constructor

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.8.0
Syntax
C#
public Segment(
	string c,
	int length
)

Parameters

c  String
 
length  Int32
 
See Also