VBFixedArrayAttribute.Length 属性

定义

返回数组的大小。

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

属性值

包含表示数组中元素数的整数。

注解

构造函数在应用于数组时 VBFixedArrayAttribute 设置此属性。

适用于

另请参阅