LengthIsAttribute(Int32) Constructor

Definition

Creates and initializes a new instance of the attribute.

public:
 LengthIsAttribute(int indexLengthParameter);
 LengthIsAttribute(int const& indexLengthParameter);
public LengthIsAttribute(int indexLengthParameter);
function LengthIsAttribute(indexLengthParameter)
Public Sub New (indexLengthParameter As Integer)

Parameters

indexLengthParameter
Int32

int

The number of array elements.

Applies to