IsFixedSize Property
Collapse the table of content
Expand the table of content

Array.IsFixedSize Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value indicating whether the Array has a fixed size.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public ReadOnly Property IsFixedSize As Boolean

Property Value

Type: System.Boolean
This property is always true for all arrays.

Implements

IList.IsFixedSize

Array implements the IsFixedSize property because it is required by the System.Collections.IList interface.

An array with a fixed size does not allow the addition or removal of elements after the array is created, but it allows the modification of existing elements.

Retrieving the value of this property is an O(1) operation.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft