asp.net.ph

Array.IsFixedSize Property

System Namespace   Array Class


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

[ VB ]
<Serializable>
Overridable Public ReadOnly Property IsFixedSize As Boolean _
   Implements IList.IsFixedSize

[ C# ]
[Serializable]
public virtual bool IsFixedSize {get;}

[ C++ ]
[Serializable]
public: __property virtual bool get_IsFixedSize ( );

[JScript ]
public Serializable
function get IsFixedSize ( ) : Boolean;

Property Value

This property is always true for all arrays.

Implements

IList.IsFixedSize

Remarks

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.

See Also

Array Members   System.Collections.IList Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph