csharp
public sealed class SequenceTypeSymbolAn iterable sequence of ElementType, produced by a range expression (1..10). It is what for (i in …) consumes alongside arrays; Phase 3 lowers it to a counted loop.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public TypeSymbol ElementTypepublic override SymbolKind Kindpublic override string Namepublic override TypeKind TypeKind
Methods (5)
public SequenceTypeSymbol(TypeSymbol elementType)public override string ToDisplayString()public bool Equals(SequenceTypeSymbol? other)public override bool Equals(object? obj)public override int GetHashCode()
Used by (2)
- BinderVixen.Raven
- TypeSystemTestsVixen.Raven.Tests