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 |
|
None | A normal parameter passed by value. |
Out |
|
Ref |
|
RefReadOnly |
|