When overridden in a derived class, implements the Type.HasElementType property and determines whether the current Type encompasses or refers to another type; that is, whether the current Type is an array, a pointer, or is passed by reference.
true if the Type is an array, a pointer, or is passed by reference; otherwise, false.
Note: For example, Type.GetType(string, bool, bool) ("System.Int32[]").HasElementTypeImpl returns true, but Type.GetType(string, bool, bool) ("System.Int32").HasElementTypeImpl returns false. Type.HasElementTypeImpl also returns true for "System.Int32*" and "System.Int32&".
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0