Click or drag to resize

XTokenList Constructor

X#
Initializes a new instance of the XTokenList class

Namespace:  XSharp.Parsers
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	list AS IList<XToken>
)
Request Example View Source

Parameters

list
Type: IListXToken
See Also