MultiEnumMemberDecl Properties |
The MultiEnumMemberDecl type exposes the following members.
Name | Description | |
---|---|---|
_AsString |
This property is just to make debugging easier.
(Inherited from CodeObject.) | |
Annotations |
Annotations (comments, attributes, directives, messages) associated with the current code object.
(Inherited from CodeObject.) | |
Category |
The descriptive category of the code object.
(Inherited from EnumMemberDecl.) | |
ColumnNumber |
The column number of the first child EnumMemberDecl.
(Overrides CodeObjectColumnNumber.) | |
Comment |
The comment for the code object (if any).
(Inherited from CodeObject.) | |
Count |
The number of EnumMemberDecls.
| |
DocComment |
The documentation comment for the code object (if any).
(Inherited from CodeObject.) | |
EOLComment |
The End-Of-Line comment for the code object (if any).
(Inherited from CodeObject.) | |
HasAnnotations |
True if the code object has any annotations.
(Inherited from CodeObject.) | |
HasArgument |
True if the Statement has an argument.
(Inherited from VariableDecl.) | |
HasArgumentParens |
True if the Statement has parens around its argument.
(Inherited from VariableDecl.) | |
HasAttributes |
True if the code object has any attributes.
(Inherited from CodeObject.) | |
HasComments |
True if the code object has any comments of any kind.
(Inherited from CodeObject.) | |
HasCompilerDirectives |
True if the code object has any compiler directive annotations.
(Inherited from CodeObject.) | |
HasDocComments |
True if the code object has any documentation comments.
(Inherited from CodeObject.) | |
HasEOLComments |
True if the code object has any EOL comments.
(Inherited from CodeObject.) | |
HasEOLOrPostAnnotations |
True if the code object has any EOL or Postfix annotations.
(Inherited from CodeObject.) | |
HasErrors |
True if the code object has any error messages.
(Inherited from CodeObject.) | |
HasFirstOnLineAnnotations |
True if the code object has any annotations on separate lines.
(Inherited from CodeObject.) | |
HasInferredType |
True if the variable has an inferred ('var') type.
(Inherited from VariableDecl.) | |
HasInfixComments |
True if the code object has any Infix comments.
(Inherited from CodeObject.) | |
HasInitialization |
True if the variable has an initialization Expression.
(Inherited from VariableDecl.) | |
HasMessages |
True if the code object has any generated messages.
(Inherited from CodeObject.) | |
HasNoIndentation |
Determines if the code object has no indentation.
(Inherited from CodeObject.) | |
HasNonEOLComments |
True if the code object has any regular (non-doc) preceding (non-EOL, non-Infix, non-Postfix) comments.
(Inherited from CodeObject.) | |
HasPostAnnotations |
True if the code object has any postfix annotations.
(Inherited from CodeObject.) | |
HasTerminator |
Determines if the code object has a terminator character.
(Inherited from EnumMemberDecl.) | |
HasTerminatorDefault |
True if the Statement has a terminator character by default.
(Overrides EnumMemberDeclHasTerminatorDefault.) | |
HiddenRef |
Any hidden reference to another CodeObject.
(Inherited from CodeObject.) | |
InfixComment |
The infix comment for the code object (if any).
(Inherited from CodeObject.) | |
Initialization |
An optional initialization Expression.
(Inherited from VariableDecl.) | |
IsBitFlag |
True if this is a member of a bit-flag enum.
(Inherited from EnumMemberDecl.) | |
IsConst |
Always true for an enum member.
(Inherited from EnumMemberDecl.) | |
IsEndFirstOnLine |
True if the closing paren or bracket is on a new line.
(Inherited from Statement.) | |
IsFirstOnLine |
Determines if the first child EnumMemberDecl appears as the first item on a line.
(Overrides CodeObjectIsFirstOnLine.) | |
IsFirstOnLineDefault |
True if the code object defaults to starting on a new line.
(Overrides EnumMemberDeclIsFirstOnLineDefault.) | |
IsGenerated |
Determines if the code object is generated.
(Inherited from CodeObject.) | |
IsGroupingSet |
Determines if the 'grouping' (has parens or braces) status has been set.
(Inherited from CodeObject.) | |
IsNewLinesSet |
Determines if the newline count has been set on the code object.
(Inherited from CodeObject.) | |
IsRenderable |
True if the CodeObject is renderable.
(Inherited from CodeObject.) | |
IsSingleLine |
Determines if the code object only requires a single line for display.
(Overrides VariableDeclIsSingleLine.) | |
IsSingleLineDefault |
True if the code object only requires a single line for display by default.
(Overrides EnumMemberDeclIsSingleLineDefault.) | |
IsStatic |
Always true for an enum member.
(Inherited from EnumMemberDecl.) | |
Item |
Get the EnumMemberDecl at the specified index.
| |
Keyword |
The keyword associated with the Statement (null if none).
(Inherited from Statement.) | |
LineNumber |
The line number of the first child EnumMemberDecl.
(Overrides CodeObjectLineNumber.) | |
MemberDecls |
The list of EnumMemberDecls.
| |
Name |
The name of the variable.
(Inherited from VariableDecl.) | |
NewLines |
The number of newlines preceding the first child EnumMemberDecl (0 to N).
(Overrides EnumMemberDeclNewLines.) | |
Parent |
The parent CodeObject.
(Inherited from CodeObject.) | |
ParentEnumDecl |
Get the parent EnumDecl.
(Overrides EnumMemberDeclParentEnumDecl.) | |
PostfixComment |
The postfix comment for the code object (if any).
(Inherited from CodeObject.) | |
Terminator |
The terminator character for the Statement.
(Inherited from Statement.) | |
Type |
The type of the parent EnumDecl.
(Overrides EnumMemberDeclType.) | |
UnderlyingType |
Get the underlying type of the enum.
|