Skip to content

Commit

Permalink
Use numbered lists in IOperation documentation (#75016)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorKrolic authored Sep 9, 2024
1 parent bbcec65 commit 2985e58
Show file tree
Hide file tree
Showing 3 changed files with 1,064 additions and 500 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@ public interface IStaticLocalInitializationSemaphoreOperation : IOperation
/// Represents an anonymous function operation in context of a <see cref="ControlFlowGraph" />.
/// <para>
/// Current usage:
/// (1) C# lambda expression.
/// (2) VB anonymous delegate expression.
/// <list type="number">
/// <item><description>C# lambda expression</description></item>
/// <item><description>VB anonymous delegate expression</description></item>
/// </list>
/// </para>
/// A <see cref="ControlFlowGraph" /> for the body of the anonymous function is available from
/// the enclosing <see cref="ControlFlowGraph" />.
Expand Down
Loading

0 comments on commit 2985e58

Please sign in to comment.