Click or drag to resize
ListListener Constructor (Path, IListString)
Initializes a new instance of the ListListener class

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public ListListener(
	Path path,
	IList<string> list
)

Parameters

path
Type: Apptus.Util.XmlPath
list
Type: System.Collections.GenericIListString
See Also