ArrayWrapper.length 속성

정의

배열의 길이를 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 virtual property System::Object ^ length { System::Object ^ get(); void set(System::Object ^ value); };
public override object length { get; set; }
member this.length : obj with get, set
Public Overrides Property length As Object

속성 값

배열의 길이입니다.

설명

이 속성은 예외를 AssignmentToReadOnly 설정하려고 하면 예외를 throw합니다.

적용 대상

추가 정보