Class Cs.TupleElement

java.lang.Object
org.openrewrite.csharp.tree.Cs.TupleElement
All Implemented Interfaces:
Cs, org.openrewrite.java.tree.J, org.openrewrite.Tree
Enclosing interface:
Cs

public static class Cs.TupleElement extends Object implements Cs
Represents a single element within a tuple type, which may include an optional identifier for named tuple elements.
  • Constructor Details

    • TupleElement

      public TupleElement()
  • Method Details

    • acceptCSharp

      public <P> org.openrewrite.java.tree.J acceptCSharp(CSharpVisitor<P> v, P p)
      Specified by:
      acceptCSharp in interface Cs