Extension methods for RefKind.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public static class RefKindExtensionsMethods
| Name | Description |
|---|---|
| IsByRef(RefKind) | Determines whether the parameter or return value represents a reference ( |
| 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. |