Merge pull request #2310 from BillWagner/update-proposal-header

markdown syntax updates
This commit is contained in:
Julien Couvreur 2019-03-07 18:31:39 +01:00 committed by GitHub
commit 725763343a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
# Conditional ref operator
The pattern of binding a ref variable to one or another expression conditionally is not currently expressible in C#.
The typical workaround is to introduce a method like:
@ -66,7 +68,8 @@ Ref ternary can be used in a regular (not ref) context as well. Although it woul
```
=======================
___
Implementation notes:
The complexity of the implementation would seem to be the size of a moderate-to-large bug fix. - I.E not very expensive.