Class RefKind
Kinds of parameters, such as ref
, in
, out
...
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public sealed class RefKind : Enum
Fields
Name | Description |
---|---|
In |
|
None | A normal parameter passed by value. |
Out |
|
Ref |
|
RefReadOnly |
|
value__ |