Click or drag to resize

LexicalInfo Constructor (LexicalInfo)

Creates instance of the class.

Namespace:  Syntactik.DOM
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public LexicalInfo(
	LexicalInfo other
)

Parameters

other
Type: Syntactik.DOMLexicalInfo
Another instance of the LexicalInfo which the new instance will be copied from.
See Also