OrderedDictionary.IDictionary.IsFixedSize 属性

定义

获取一个值,该值指示 OrderedDictionary 是否具有固定大小。

property bool System::Collections::IDictionary::IsFixedSize { bool get(); };
bool System.Collections.IDictionary.IsFixedSize { get; }
member this.System.Collections.IDictionary.IsFixedSize : bool
 ReadOnly Property IsFixedSize As Boolean Implements IDictionary.IsFixedSize

属性值

如果 true 具有固定大小,则为 OrderedDictionary;否则为 false。 默认值为 false

实现

注解

此成员是显式接口成员的实现。 它只能在 OrderedDictionary 实例被强制转换为 IDictionary 接口时使用。

适用于