Class CodeSpan
- Namespace
- AiDotNet.ProgramSynthesis.Models
- Assembly
- AiDotNet.dll
Represents a span in source text.
public sealed class CodeSpan
- Inheritance
-
CodeSpan
- Inherited Members
Properties
End
public CodePosition End { get; set; }
Property Value
Start
public CodePosition Start { get; set; }