Themed 2026 Presentation Style Preview

ArrayTypeReference Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2025.12.18.0
public ArrayTypeReference(
	TypeReference elementType,
	int rank
)

Parameters

elementType  TypeReference
The element type
rank  Int32
The array rank

See Also