Vixen
dd8b0a81
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.

Read the guide page for this →

Fields and properties (4)

Used by (3)

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