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) 연산입니다.

적용 대상

추가 정보