Open sandboxFocus

Method IsWritable

IsWritable(RefKind)

Determines whether the parameter or return value can be assigned.

Declaration
public static bool IsWritable(this RefKind kind)
Parameters
Type Name Description
RefKind kind

The RefKind to check.

Returns
Type Description
bool

true if the parameter or return value can be written to; otherwise, false.