AdoDotNetConnectionProperties.IDictionary.IsFixedSize 属性

定义

检索一个布尔值,该值指示指定的 IDictionary 实例是否具有固定大小。

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

属性值

Boolean

如果 IDictionary 实例具有固定大小,则返回 true; 否则返回 false。

实现

适用于