TextReferenceUtilitiesCreateTypeReference 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(
	string api
)

Parameters

api  String
The member ID for which to create a reference

Return Value

TypeReference
The type reference

See Also