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