Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update basic-concepts.md * Update variables.md * Update conversions.md * Update structs.md * Update interfaces.md * Update delegates.md * Update unsafe-code.md * Update documentation-comments.md * Update classes.md * Update expressions.md * include support for local functions * fix merge tag * fix build warnings * build fixes * build fixes, round 1 * build fixes, part 2 * one last link fix * light edits based on earlier feedback. * respond to remaining feedbac,. * one final edit.... * clarification on `ref` extension methods * Apply suggestions from code review Co-authored-by: Jon Skeet <jonskeet@google.com> * respond to feedback * Update standard/expressions.md Co-authored-by: Jon Skeet <jonskeet@google.com> * Update standard/expressions.md * Apply suggestions from code review Co-authored-by: Jon Skeet <jonskeet@google.com> * Update per April meeting notes. * respond to feedback. * Exclude dynamic implicit conversions A dynamic expression can't be passed as an `in` parameter if an implicit conversion is required. * Clarify restrictions on `in` parameters Dynamically bound expressions can't use the `in` modifier. * Apply suggestions from code review Co-authored-by: Neal Gafter <neal@gafter.com> * Updates from 5/17 committee meeting. * fix warning --------- Co-authored-by: Bill Wagner <wiwagn@microsoft.com> Co-authored-by: Jon Skeet <jonskeet@google.com> Co-authored-by: Neal Gafter <neal@gafter.com>
- Loading branch information