Changes between Version 1 and Version 2 of MemberDecls
- Timestamp:
- 11/17/12 03:04:28 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MemberDecls
v1 v2 1 1 = Member Declarations = 2 2 3 Members are the items or clauses within a class-like declaration (classes, structures, interfaces, mixins, Type extensions...).3 Members are the items or clauses within a type-like declaration (classes, structures, interfaces, mixins, Type extensions...). 4 4 5 They define both the internal state and implementation and external appearance, content, behaviours, actions and responses 6 defining each of the above items. 5 They define both the internal state and implementation and external appearance, content, behaviours, actions and responses defining each of the above items. 7 6 8 7 Currently these include 9 * initiali sers - define the starting state/content8 * initializers - define the starting state/content 10 9 * methods - define the actions the above provide 11 10 * properties - provide (mediated) access to state items the objects provide or expose 11 * indexers - enable objects to be indexed similar to arrays 12 12 * events - provide notifications the objects publish 13 13 * contracts - state specification and run-time validity assertions that are part of the public interface of the above items