Array.LongLength 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 64 位整数,该整数表示 Array 的所有维数中元素的总数。
public:
property long LongLength { long get(); };
public long LongLength { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public long LongLength { get; }
member this.LongLength : int64
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.LongLength : int64
Public ReadOnly Property LongLength As Long
属性值
一个 64 位整数,表示 Array 的所有维数中元素的总数。
- 属性
注解
检索此属性的值的运算复杂度为 O(1)。