Type::HasElementType Property
Silverlight
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if the Type is an array, a pointer, or is passed by reference; otherwise, false.
For example, Type.GetType("Int32[]").HasElementType returns true, but Type.GetType("Int32").HasElementType returns false. HasElementType also returns true for "Int32*" and "Int32&".
If the current Type represents a generic type, or a type parameter in the definition of a generic type or generic method, this property always returns false.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: