-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-Language DesignFeature RequestLanguage-C#Resolution-Won't FixA real bug, but Triage feels that the issue is not impactful enough to spend time on.A real bug, but Triage feels that the issue is not impactful enough to spend time on.Verification Not Required
Description
Since multiple inheritance is not allowed in C#, syntax for supporting composition where all or part of a field's interface is automatically generated by the compiler will very useful
Possible syntax:
class MyClass
{
using TypeName m_field = { /* list of public members to be generated by compiler */ }
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-Language DesignFeature RequestLanguage-C#Resolution-Won't FixA real bug, but Triage feels that the issue is not impactful enough to spend time on.A real bug, but Triage feels that the issue is not impactful enough to spend time on.Verification Not Required