XmlnsDictionary.Sealed 속성
정의
XmlnsDictionary가 봉인되었는지 여부를 나타내는 값을 가져옵니다.Gets a value that indicates whether the XmlnsDictionary is sealed.
public:
property bool Sealed { bool get(); };
public bool Sealed { get; }
member this.Sealed : bool
Public ReadOnly Property Sealed As Boolean
속성 값
사전이 봉인되었으면 true
이고, 그렇지 않으면 false
입니다.true
if the dictionary is sealed; otherwise, false
.
설명
이 속성은에 대 한 별칭입니다 IsReadOnly .This property is an alias for IsReadOnly.