Vixen
02b45cc4
csharp
public sealed class BoundTypeExpression

A type in expression position — the receiver of a static member access, or the callee of a construction such as float4(…).

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

Fields and properties (4)

Methods (1)

  • public BoundTypeExpression(SyntaxNode syntax, TypeSymbol type)

    A type in expression position — the receiver of a static member access, or the callee of a construction such as float4(…).

Used by (2)

  • BinderVixen.Raven
  • LowererVixen.Raven