Type.IsArrayImpl Method ()

 

When overridden in a derived class, implements the IsArray property and determines whether the Type is an array.

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

abstract IsArrayImpl : unit -> bool

Return Value

Type: System.Boolean

true if the Type is an array; otherwise, false.

An instance of the Array class must return false because it is an object, not an array.

The following example overrides the IsArrayImpl method in the MyTypeDelegator class, checks if a variable is an array, and displays the result.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: