You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HLQ004 points out that a value passed by ref or ref readonly should be fetched as such, but this should not apply to methods with yield return as it is not possible to use ref variables in this case.
For reference, Children is a protected field in the class parent, in case it has an impact.
The text was updated successfully, but these errors were encountered:
HLQ004 points out that a value passed by
ref
orref readonly
should be fetched as such, but this should not apply to methods withyield return
as it is not possible to useref
variables in this case.For reference,
Children
is a protected field in the class parent, in case it has an impact.The text was updated successfully, but these errors were encountered: