SetterBaseCollection.IsSealed 속성

정의

이 개체가 읽기 전용 상태인지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

이 개체가 읽기 전용 상태이고 변경할 수 없으면 true이고, 그렇지 않으면 false입니다.

설명

이 속성을 반환 하는 경우 true 개체의 상태를 수정 하 고 예외가 throw 됩니다.

적용 대상