Type.IsByRef Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether the Type is passed by reference.
Assembly: mscorlib (in mscorlib.dll)
To get to the actual type, dereference the type that was passed by reference, and then call GetElementType on that type.
Show: