Array.LongLength 속성

정의

모든 차원의 총 요소 수를 나타내는 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) 작업입니다.

적용 대상

추가 정보