Array Type Reference Constructor
Constructor
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
C#
public ArrayTypeReference(
TypeReference elementType,
int rank
)VB
Public Sub New (
elementType As TypeReference,
rank As Integer
)C++
public:
ArrayTypeReference(
TypeReference^ elementType,
int rank
)F#
new :
elementType : TypeReference *
rank : int -> ArrayTypeReferenceParameters
- elementType TypeReference
- The element type
- rank Int32
- The array rank