dotnet / dotnet/csharpstandard
11.7.2 Object vs reference
Open
type: clarity
- Dominant language
- C#
- Stars
- 815
- Forks
- 99
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 16
Description
We currently have the text:
> The exact target object and target method of the delegate are unspecified. In particular, it is unspecified whether the target object of the delegate is null, the this value of the enclosing function member, or some other object.
This feels to me like it confuses objects and references. It immediately makes me go "urgh". On the other hand, fixing it may make the text ugly. Below the bar, or too ugly to keep?
Contributor guide
Assessment
This issue has not been assessed yet.