Gets a value indicating whether the Type is passed by reference.
[Visual Basic] Public ReadOnly Property IsByRef As Boolean [C#] public bool IsByRef {get;} [C++] public: __property bool get_IsByRef(); [JScript] public function get IsByRef() : Boolean;
true if the Type is passed by reference; otherwise, false.