Table of Contents

Method IsByRefImpl

Namespace
Microsoft.Samples.Debugging.CorMetadata
Assembly
corapi.dll

IsByRefImpl()

When overridden in a derived class, implements the IsByRef property and determines whether the Type is passed by reference.

protected override bool IsByRefImpl()

Returns

bool

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