Wiki

Changes between Version 2 and Version 3 of Namespace

Show
Ignore:
Timestamp:
04/03/12 10:47:10 (12 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Namespace

    v2 v3  
    44}}} 
    55 
    6 Declare the namespace the (indented) following content belongs to. 
     6Declare the namespace the (indented) content following the namespace clause belongs to. 
    77 
    88 
     
    1111Each Identifier within the Namespace sequence must start with an uppercase letter. 
    1212 
    13 May contain 
    14    * [wiki:DocString DocString] 
    15    * [wiki:Class Class Definition] 
     13A Namespace may contain 
     14   * A [wiki:CodeDoc DocString] directly after the namespace declaration documenting the Namespace. (Currently not implemented) 
     15   * [wiki:Classes Class Definition] 
    1616   * [wiki:Interface Interface Definition] 
    1717   * [wiki:Struct Structure Definition] 
    1818   * [wiki:Enum Enumeration] 
    19    * [wiki:Sig Signature ] 
    20    * [wiki:Extends Extension Definition ] 
     19   * [wiki:Delegates Signature ] 
     20   * [wiki:TypeExtensions Extension Definition ] 
    2121 
    2222== Example == 
     
    2424#!cobra 
    2525namespace Test 
    26  ... 
     26    ... 
    2727 
    2828namespace Foo.Bar.Baz