GlobalTypeCollection.IsFixedSize 属性

定义

获取是否可以更改此集合的大小。

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

属性值

Boolean

true 如果无法更改此集合的大小,则为; 否则为 false

实现

适用于