Click or drag to resize
TypeIsByRef Property
Gets a value indicating whether the Type is passed by reference.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public bool IsByRef { get; }

Return Value

Type: Boolean
true if the Type is passed by reference; otherwise, false.
See Also