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

RefKind Class

Kinds of parameters, such as ref, in, out...

Inheritance
System.Object
RefKind
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public sealed class RefKind : Enum

Fields

Name Description
In

in input parameter.

None

A normal parameter passed by value.

Out

out.

Ref

ref.

RefReadOnly

ref readonly property, parameter, or return parameter.

value__

Extension Methods

RefKindExtensions.IsByRef(RefKind)
RefKindExtensions.IsWritable(RefKind)
RefKindExtensions.IsReadable(RefKind)