Implements the HasElementType property and, when implemented by a derived class, determines whether the Type...
[Visual Basic] MustOverride Protected Function HasElementTypeImpl() As Boolean [C#] protected abstract bool HasElementTypeImpl(); [C++] protected: virtual bool HasElementTypeImpl() = 0; [JScript] protected abstract function HasElementTypeImpl() : Boolean;
true if the Type is ...; otherwise, false.
Abstract. This method must be implemented by a derived class.
Type Class | Type Members | System Namespace | HasElementType