Uses of Class
net.percederberg.grammatica.code.csharp.CSharpEnumeration

Packages that use CSharpEnumeration
net.percederberg.grammatica.code.csharp   
 

Uses of CSharpEnumeration in net.percederberg.grammatica.code.csharp
 

Methods in net.percederberg.grammatica.code.csharp with parameters of type CSharpEnumeration
 void CSharpClass.addEnumeration(CSharpEnumeration member)
          Adds an enumeration as a member.
 void CSharpNamespace.addEnumeration(CSharpEnumeration e)
          Adds an enumeration to the namespace.
 void CSharpFile.addEnumeration(CSharpEnumeration e)
          Adds an enumeration declaration to the file.