XmlnsDictionary.IsReadOnly 속성
정의
XmlnsDictionary이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.Gets a value that indicates whether the XmlnsDictionary is read-only.
public:
property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean
속성 값
사전이 읽기 전용이면 true
이고, 그렇지 않으면 false
입니다.true
if the dictionary is read-only; otherwise, false
.
구현
설명
XmlnsDictionary가 호출 된 후는 읽기 전용입니다 Seal .The XmlnsDictionary is read-only after Seal is called.