Click or drag to resize
HyperTextLinkInfo Constructor

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public LinkInfo(
	int index,
	string linkName,
	string className
)

Parameters

index
Type: SystemInt32
Index of the link in the HyperText instance.
linkName
Type: SystemString
Value of the link's name attribute.
className
Type: SystemString
Value of the link's class attribute, if any.
See Also