Array.LongLength プロパティ

定義

Array のすべての次元内の要素の総数を表す 64 ビット整数を取得します。

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

プロパティ値

Int64

Array のすべての次元内の要素の総数を表す 64 ビット整数。

属性

注釈

このプロパティ値を取得することは、O(1) 操作になります。

適用対象

こちらもご覧ください