MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeRef­Kind­Extensions
Open sandboxFocus

RefKindExtensions Class

Extension methods for RefKind.

Inheritance
System.Object
RefKindExtensions
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public static class RefKindExtensions : Object

Methods

Name Description
IsByRef(RefKind)

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

IsReadable(RefKind)

Determines whether the parameter or return value can be read before it has been assigned.

IsWritable(RefKind)

Determines whether the parameter or return value can be assigned.