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