LengthIsAttribute(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.