StateBag.IDictionary.IsFixedSize 属性

定义

有关此成员的说明,请参见 IsFixedSize

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

属性值

如果 IDictionary 对象具有固定大小,则为 true;否则为 false

实现

注解

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

适用于

另请参阅