Skip to content
Prev Previous commit
Next Next commit
Add exception to xml doc.
  • Loading branch information
nojaf committed Sep 15, 2023
commit ab8ae4c92254b5f948936ca609c288de5f42ef54
1 change: 1 addition & 0 deletions src/Compiler/Facilities/prim-lexing.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ type ISourceText =
abstract CopyTo: sourceIndex: int * destination: char[] * destinationIndex: int * count: int -> unit

/// Gets a section of the input based on a given range.
/// <exception cref="System.ArgumentException">Throws an exception when the input range is outside the file boundaries.</exception>
abstract GetSubTextFromRange: range: range -> string

/// Functions related to ISourceText objects
Expand Down