Click or drag to resize
HyperTextProcessorGetLinks Method (ListHyperTextProcessorLink)
Gets the links extracted from the text.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void GetLinks(
	List<HyperTextProcessorLink> links
)

Parameters

links
Type: System.Collections.GenericListHyperTextProcessorLink
Links.
See Also