Skip to content

Commit

Permalink
Add XMLDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKotsenas committed Dec 20, 2024
1 parent a407efd commit 858be62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Common/DiagnosticEditProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ internal enum EditType
Replace,
}

/// <summary>
/// Gets the type of edit operation to perform.
/// </summary>
public EditType TypeOfEdit { get; init; }

/// <summary>
/// Gets the zero-based position where the edit should be applied.
/// </summary>
public int EditPosition { get; init; }
}

0 comments on commit 858be62

Please sign in to comment.