Metalama / / API Documentation / Aspect API / Metalama.​Framework.​Code / Ref­Kind­Extensions / Is­By­Ref

Method IsByRef

IsByRef(RefKind)

Determines whether the parameter or return value represents a reference (in and out properties, ref and ref readonly methods and properties).

Declaration
public static bool IsByRef(this RefKind kind)
Parameters
Type Name Description
RefKind kind
Returns
Type Description
Boolean