Click or drag to resize

ClassDecl Fields

The ClassDecl type exposes the following members.

Fields
  NameDescription
Protected field_annotations
Any Annotations (Comments, DocComments, Attributes, or Messages) associated with the CodeObject (null if none).
(Inherited from CodeObject.)
Protected field_baseTypes
List of base types, each of which is an Expression that must evaluate to a TypeRef in valid code.
(Inherited from BaseListTypeDecl.)
Protected field_body
The body is always a Block, which in turn may contain zero or more other code objects, and it can also be null in special cases (such as for method signatures with no body, delegate declarations, or a While with the semi-colon on the same line).
(Inherited from BlockStatement.)
Protected field_columnNumber
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_constraintClauses (Inherited from TypeDecl.)
Protected field_formatFlags
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.)
Protected field_lineNumber
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_modifiers (Inherited from TypeDecl.)
Protected field_name (Inherited from TypeDecl.)
Protected field_otherParts
A cached list of other parts of this type if it's a partial type.
(Inherited from TypeDecl.)
Protected field_parent
The parent CodeObject.
(Inherited from CodeObject.)
Protected field_parentProject
The parent Project of the TypeDecl, used for performance when importing types.
(Inherited from TypeDecl.)
Protected field_startColumnNumber (Inherited from TypeDecl.)
Protected field_startLineNumber (Inherited from TypeDecl.)
Protected field_typeParameters (Inherited from TypeDecl.)
Public fieldStatic memberParseToken
The token used to parse the code object.
Public fieldStatic memberPartialClassLocks
A dictionary of lockable objects by class name, so that all partial classes share a single lock.
Top
See Also