Vixen
02b45cc4

ArrayTypeSyntax

class
csharp
public sealed class ArrayTypeSyntax

Class which represents the syntax node for the array type.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

This node is associated with the following syntax kinds:

ArrayType

Fields and properties (2)

  • public TypeSyntax ElementType

    TypeSyntax node representing the type of the element of the array.

  • public SyntaxList<ArrayRankSpecifierSyntax> RankSpecifiers

    SyntaxList of ArrayRankSpecifierSyntax nodes representing the list of rank specifiers for the array.

Methods (6)

Used by (6)

  • ArrayTypeSyntaxVixen.Raven
  • BinderVixen.Raven
  • SyntaxFactoryVixen.Raven
  • SyntaxRewriterVixen.Raven
  • SyntaxVisitorVixen.Raven
  • SyntaxVisitorVixen.Raven