Int64Aggregator.IsEmpty 속성

정의

Int64 값 시퀀스가 비어 있는지 여부를 나타내는 부울 값을 반환합니다.

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

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

속성 값

Boolean

true 값 시퀀스가 비어 있으면 Int64이고, 그렇지 않으면 false입니다.

적용 대상