TypeDelegator::IsByRefImpl Method ()

 

Returns a value that indicates whether the Type is passed by reference.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

protected:
virtual bool IsByRefImpl() override

Return Value

Type: System::Boolean

true if the Type is passed by reference; otherwise, false.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: