XmlTargetDictionaryUtilitiesCreateTypeReference Method

Create a type reference

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public static TypeReference CreateTypeReference(
	XPathNavigator node
)

Parameters

node  XPathNavigator
The node from which to get the target information

Return Value

TypeReference
The type reference

See Also