Browse Source

Compiler warnings

pull/2322/head
Nikita Tsukanov 7 years ago
parent
commit
bc219dbe70
  1. 4
      src/Avalonia.Base/AvaloniaProperty.cs

4
src/Avalonia.Base/AvaloniaProperty.cs

@ -549,12 +549,12 @@ namespace Avalonia
}
/// <summary>
/// Class representing the <see cref="UnsetValue"/>.
/// Class representing the <see cref="AvaloniaProperty.UnsetValue"/>.
/// </summary>
public class UnsetValueType
{
/// <summary>
/// Returns the string representation of the <see cref="UnsetValue"/>.
/// Returns the string representation of the <see cref="AvaloniaProperty.UnsetValue"/>.
/// </summary>
/// <returns>The string "(unset)".</returns>
public override string ToString() => "(unset)";

Loading…
Cancel
Save