Gets a value indicating whether the
Type is passed by reference.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public bool IsByRef { get; }
Return Value
Type:
Booleantrue if the
Type is passed by reference; otherwise, false.
See Also