Navigation: X# Documentation > X# Language Reference > Commands and Statements > Entity Declaration > CLASS Statement (All dialects)
ClassMembers (All dialects)
ACCESS
ASSIGN
CONSTRUCTOR
DESTRUCTOR
EVENT
METHOD
OPERATOR
PROPERTY
The DECLARE ( ACCESS | ASSIGN | METHOD ) <idName> [, <idName>] clause is supported by the compiler but ignored
'Regular' classes can also have embedded types:
CLASS
DELEGATE
STRUCTURE
INTERFACE
ENUM