Wiki

Changes between Version 1 and Version 2 of MemberDecls

Show
Ignore:
Timestamp:
11/17/12 03:04:28 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MemberDecls

    v1 v2  
    11= Member Declarations = 
    22 
    3 Members are the items or clauses within a class-like declaration (classes, structures, interfaces, mixins, Type extensions...). 
     3Members are the items or clauses within a type-like declaration (classes, structures, interfaces, mixins, Type extensions...). 
    44 
    5 They define both the internal state and implementation and external appearance, content, behaviours, actions and responses  
    6 defining each of the above items. 
     5They define both the internal state and implementation and external appearance, content, behaviours, actions and responses defining each of the above items. 
    76 
    87Currently these include 
    9   * initialisers - define the starting state/content   
     8  * initializers - define the starting state/content   
    109  * methods - define the actions the above provide 
    1110  * properties - provide (mediated) access to state items the objects provide or expose  
     11  * indexers - enable objects to be indexed similar to arrays 
    1212  * events - provide notifications the objects publish   
    1313  * contracts - state specification and run-time validity assertions that are part of the public interface of the above items