Browse Source

Add clarifying comment to ExceptionSpecifierILRange

pull/1920/head
Siegfried Pammer 5 years ago
parent
commit
2601d17919
  1. 1
      ICSharpCode.Decompiler/IL/Instructions/TryInstruction.cs

1
ICSharpCode.Decompiler/IL/Instructions/TryInstruction.cs

@ -180,6 +180,7 @@ namespace ICSharpCode.Decompiler.IL @@ -180,6 +180,7 @@ namespace ICSharpCode.Decompiler.IL
/// <summary>
/// Gets the ILRange of the instructions at the start of the catch-block,
/// that take the exception object and store it in the exception variable slot.
/// Note: This range is empty, if Filter is not empty, i.e., ldloc 1.
/// </summary>
public Interval ExceptionSpecifierILRange { get; private set; }

Loading…
Cancel
Save