XmlnsDictionary.IsFixedSize 属性

定义

获取一个值,该值指示 XmlnsDictionary 的大小是否是固定的。

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

属性值

如果大小是固定的,则为 true;否则为 false

实现

注解

此实现始终返回 false,即使 IsReadOnlytrue

适用于