IsReadable(RefKind)
Determines whether the parameter or return value can be read before it has been assigned.
Declaration
public static bool IsReadable(this RefKind kind)Parameters
| Type | Name | Description |
|---|---|---|
| RefKind | kind | The RefKind to check. |
Returns
| Type | Description |
|---|---|
| bool |
|