ArrayTypeReference Constructor
Constructor
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2024.12.21.0
public ArrayTypeReference(
TypeReference elementType,
int rank
)
Public Sub New (
elementType As TypeReference,
rank As Integer
)
public:
ArrayTypeReference(
TypeReference^ elementType,
int rank
)
new :
elementType : TypeReference *
rank : int -> ArrayTypeReference
Parameters
- elementType TypeReference
- The element type
- rank Int32
- The array rank