Click or drag to resize

Deconstruction Properties

The Deconstruction 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 LocalDecl.)
Public propertyColumnNumber
The column number associated with the Deconstruction.
(Overrides MultiLocalDeclColumnNumber.)
Public propertyComment
The comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyCount
The number of LocalDecls.
(Inherited from MultiLocalDecl.)
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
Always true for this type.
(Overrides VariableDeclHasArgument.)
Public propertyHasArgumentParens
Always true for this type.
(Overrides VariableDeclHasArgumentParens.)
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 propertyHasSharedType
True if the Deconstruction has a single shared 'var' type for all local variables, or False if each local variable declares its own type.
(Overrides MultiLocalDeclHasSharedType.)
Public propertyHasTerminator
Determines if the code object has a terminator character.
(Inherited from LocalDecl.)
Public propertyHasTerminatorDefault
True if the Statement has a terminator character by default.
(Inherited from VariableDecl.)
Public propertyHiddenRef
The hidden MethodRef (or UnresolvedRef) that represents the Deconstruct() method being called if the type being deconstructed isn't a tuple type.
(Overrides CodeObjectHiddenRef.)
Public propertyInfixComment
The infix comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyInitialization
An optional initialization Expression.
(Inherited from VariableDecl.)
Public propertyIsConst
True if the local variable is const.
(Inherited from LocalDecl.)
Public propertyIsDiscard
Return True if the LocalDecl is a discard variable.
(Inherited from LocalDecl.)
Public propertyIsEndFirstOnLine
True if the closing paren or bracket is on a new line.
(Inherited from Statement.)
Public propertyIsFirstOnLine
Determines if the code object appears as the first item on a line.
(Inherited from CodeObject.)
Public propertyIsFirstOnLineDefault
True if the code object defaults to starting on a new line.
(Inherited from CodeObject.)
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 propertyIsReadOnly
True if the local variable is readonly.
(Inherited from LocalDecl.)
Public propertyIsRef
True if the local variable is a ref.
(Inherited from LocalDecl.)
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.
(Inherited from MultiLocalDecl.)
Public propertyIsSingleLineDefault
True if the code object only requires a single line for display by default.
(Inherited from MultiLocalDecl.)
Public propertyIsStatic
Always false for a local variable.
(Inherited from LocalDecl.)
Public propertyItem
Get the LocalDecl at the specified index.
(Inherited from MultiLocalDecl.)
Public propertyKeyword
The keyword associated with the Statement (null if none).
(Inherited from Statement.)
Public propertyLineNumber
The line number associated with the Deconstruction.
(Overrides MultiLocalDeclLineNumber.)
Public propertyLocalDecls
The list of LocalDecls.
(Inherited from MultiLocalDecl.)
Public propertyModifiers
Optional Modifiers.
(Overrides MultiLocalDeclModifiers.)
Public propertyName
The name of the variable.
(Inherited from VariableDecl.)
Public propertyNewLines
The number of newlines preceding the object (0 to N).
(Inherited from Statement.)
Public propertyParent
The parent CodeObject.
(Inherited from CodeObject.)
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 MultiLocalDecl.
(Inherited from MultiLocalDecl.)
Top
See Also