Checks if this TypeDelegator is by reference.
[Visual Basic] Overrides Protected Function IsByRefImpl() As Boolean [C#] protected override bool IsByRefImpl(); [C++] protected: override bool IsByRefImpl(); [JScript] protected override function IsByRefImpl() : Boolean;
Returns true if this TypeDelegator is ByRef, false otherwise.
To be supplied
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace