Luis v.d.Eltz
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Base/Data/Converters/BoolConverters.cs
|
|
|
@ -3,7 +3,7 @@ using System.Linq; |
|
|
|
namespace Avalonia.Data.Converters |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// Provides a set of useful <see cref="IValueConverter"/>s for working with string values.
|
|
|
|
/// Provides a set of useful <see cref="IValueConverter"/>s for working with bool values.
|
|
|
|
/// </summary>
|
|
|
|
public static class BoolConverters |
|
|
|
{ |
|
|
|
|