SetterBaseCollection.IsSealed 속성

정의

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

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

속성 값

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

설명

이 속성이 반환 true 되고 개체의 상태를 수정하려고 하면 예외가 throw됩니다.

적용 대상