Open sandboxFocus

Enum RefKind

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

Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum RefKind

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.

See Also

Extension Methods