Common Intermediate Language: Difference between revisions

Content deleted Content added
MaD70 (talk | contribs)
Updated link to ECMA-335 standard and comment out the page reference (no more relevant)
one third person change
Line 54:
 
===Object-oriented concepts===
CIL is designed to be object-oriented. YouOne may create objects, call methods, and use other types of members, such as fields.
 
Every [[Method (programming)|method]] needs (with some exceptions) to reside in a class. So does this static method: