Ticket #123 (new enhancement)
support for property with different access modifier visibility
| Reported by: | gauthier | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Cobra Compiler | Version: | 0.8.0 |
| Keywords: | property accessor visibility | Cc: |
Description
c# has them:
abstract class C {
public abstract object Prop {
get; protected set;
}
}
could be
class C
is abstract
pro prop
get is public
set is protected
Change History
Note: See
TracTickets for help on using
tickets.
