Browse Source

Fix compiler warning

pull/2549/head
Daniel Grunwald 4 years ago
parent
commit
e321fe5f4f
  1. 2
      ICSharpCode.Decompiler/IL/ILVariable.cs

2
ICSharpCode.Decompiler/IL/ILVariable.cs

@ -372,7 +372,7 @@ namespace ICSharpCode.Decompiler.IL @@ -372,7 +372,7 @@ namespace ICSharpCode.Decompiler.IL
/// <term><see langword="true" /></term>
/// <term>This variable's initial value is uninitialized (<c>.locals</c> without <c>init</c>) and the
/// initial value is used.
/// From C#'s point of view a call to <see cref="System.Runtime.CompilerServices.Unsafe.SkipInit{T}(out T)"/>
/// From C#'s point of view a call to <code>System.Runtime.CompilerServices.Unsafe.SkipInit(out T)</code>
/// is generated after the declaration.</term>
/// </item>
/// <item>

Loading…
Cancel
Save