Skip to content

C# 7.3: ref local reassignment #3961

@BillWagner

Description

@BillWagner

This feature enables ref local variables to be declared separate from their initialization, and to be re-assigned once declared.

The spec for the feature is here: dotnet/csharplang#933

This is most likely updates to reference semantics with value types, and the reference pages for local variable declaration. It may require a new topic, but that's not clear to me yet.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions