CodeMemberProperty.HasGet 속성

정의

속성 get 에 메서드 접근자가 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool HasGet { bool get(); void set(bool value); };
public bool HasGet { get; set; }
member this.HasGet : bool with get, set
Public Property HasGet As Boolean

속성 값

true컬렉션의 속성이 Count 0이 아니면 이 속성의 값이 로 설정true되었으면 이고, false그렇지 GetStatements 않으면 .

설명

메모

이 속성을 설정하면 false 컬렉션이 지워지게 GetStatements 됩니다.

적용 대상

추가 정보