Vixen
02b45cc4
csharp
public readonly struct TypeInfo

An expression's own type and the type its context converted it to. For val x: float = 1 the literal's Type is int and its ConvertedType is float.

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

Fields and properties (4)

Used by (3)

  • BindingTestsVixen.Raven.Tests
  • SemanticModelVixen.Raven
  • SemanticModelTestsVixen.Raven.Tests