Click or drag to resize

MultiEnumMemberDecl Properties

The MultiEnumMemberDecl type exposes the following members.

Properties
  NameDescription
Public property_AsString
This property is just to make debugging easier.
(Inherited from CodeObject.)
Public propertyAnnotations
Annotations (comments, attributes, directives, messages) associated with the current code object.
(Inherited from CodeObject.)
Public propertyCategory
The descriptive category of the code object.
(Inherited from EnumMemberDecl.)
Public propertyColumnNumber
The column number of the first child EnumMemberDecl.
(Overrides CodeObjectColumnNumber.)
Public propertyComment
The comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyCount
The number of EnumMemberDecls.
Public propertyDocComment
The documentation comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyEOLComment
The End-Of-Line comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyHasAnnotations
True if the code object has any annotations.
(Inherited from CodeObject.)
Public propertyHasArgument
True if the Statement has an argument.
(Inherited from VariableDecl.)
Public propertyHasArgumentParens
True if the Statement has parens around its argument.
(Inherited from VariableDecl.)
Public propertyHasAttributes
True if the code object has any attributes.
(Inherited from CodeObject.)
Public propertyHasComments
True if the code object has any comments of any kind.
(Inherited from CodeObject.)
Public propertyHasCompilerDirectives
True if the code object has any compiler directive annotations.
(Inherited from CodeObject.)
Public propertyHasDocComments
True if the code object has any documentation comments.
(Inherited from CodeObject.)
Public propertyHasEOLComments
True if the code object has any EOL comments.
(Inherited from CodeObject.)
Public propertyHasEOLOrPostAnnotations
True if the code object has any EOL or Postfix annotations.
(Inherited from CodeObject.)
Public propertyHasErrors
True if the code object has any error messages.
(Inherited from CodeObject.)
Public propertyHasFirstOnLineAnnotations
True if the code object has any annotations on separate lines.
(Inherited from CodeObject.)
Public propertyHasInferredType
True if the variable has an inferred ('var') type.
(Inherited from VariableDecl.)
Public propertyHasInfixComments
True if the code object has any Infix comments.
(Inherited from CodeObject.)
Public propertyHasInitialization
True if the variable has an initialization Expression.
(Inherited from VariableDecl.)
Public propertyHasMessages
True if the code object has any generated messages.
(Inherited from CodeObject.)
Public propertyHasNoIndentation
Determines if the code object has no indentation.
(Inherited from CodeObject.)
Public propertyHasNonEOLComments
True if the code object has any regular (non-doc) preceding (non-EOL, non-Infix, non-Postfix) comments.
(Inherited from CodeObject.)
Public propertyHasPostAnnotations
True if the code object has any postfix annotations.
(Inherited from CodeObject.)
Public propertyHasTerminator
Determines if the code object has a terminator character.
(Inherited from EnumMemberDecl.)
Public propertyHasTerminatorDefault
True if the Statement has a terminator character by default.
(Overrides EnumMemberDeclHasTerminatorDefault.)
Public propertyHiddenRef
Any hidden reference to another CodeObject.
(Inherited from CodeObject.)
Public propertyInfixComment
The infix comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyInitialization
An optional initialization Expression.
(Inherited from VariableDecl.)
Public propertyIsBitFlag
True if this is a member of a bit-flag enum.
(Inherited from EnumMemberDecl.)
Public propertyIsConst
Always true for an enum member.
(Inherited from EnumMemberDecl.)
Public propertyIsEndFirstOnLine
True if the closing paren or bracket is on a new line.
(Inherited from Statement.)
Public propertyIsFirstOnLine
Determines if the first child EnumMemberDecl appears as the first item on a line.
(Overrides CodeObjectIsFirstOnLine.)
Public propertyIsFirstOnLineDefault
True if the code object defaults to starting on a new line.
(Overrides EnumMemberDeclIsFirstOnLineDefault.)
Public propertyIsGenerated
Determines if the code object is generated.
(Inherited from CodeObject.)
Public propertyIsGroupingSet
Determines if the 'grouping' (has parens or braces) status has been set.
(Inherited from CodeObject.)
Public propertyIsNewLinesSet
Determines if the newline count has been set on the code object.
(Inherited from CodeObject.)
Public propertyIsRenderable
True if the CodeObject is renderable.
(Inherited from CodeObject.)
Public propertyIsSingleLine
Determines if the code object only requires a single line for display.
(Overrides VariableDeclIsSingleLine.)
Public propertyIsSingleLineDefault
True if the code object only requires a single line for display by default.
(Overrides EnumMemberDeclIsSingleLineDefault.)
Public propertyIsStatic
Always true for an enum member.
(Inherited from EnumMemberDecl.)
Public propertyItem
Get the EnumMemberDecl at the specified index.
Public propertyKeyword
The keyword associated with the Statement (null if none).
(Inherited from Statement.)
Public propertyLineNumber
The line number of the first child EnumMemberDecl.
(Overrides CodeObjectLineNumber.)
Public propertyMemberDecls
The list of EnumMemberDecls.
Public propertyName
The name of the variable.
(Inherited from VariableDecl.)
Public propertyNewLines
The number of newlines preceding the first child EnumMemberDecl (0 to N).
(Overrides EnumMemberDeclNewLines.)
Public propertyParent
The parent CodeObject.
(Inherited from CodeObject.)
Public propertyParentEnumDecl
Get the parent EnumDecl.
(Overrides EnumMemberDeclParentEnumDecl.)
Public propertyPostfixComment
The postfix comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyTerminator
The terminator character for the Statement.
(Inherited from Statement.)
Public propertyType
The type of the parent EnumDecl.
(Overrides EnumMemberDeclType.)
Public propertyUnderlyingType
Get the underlying type of the enum.
Top
See Also