整理
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System.Globalization;
|
||||
using System.Windows.Data;
|
||||
|
||||
namespace NeoUI.Converters;
|
||||
namespace NeoUI.Converters.Internal;
|
||||
|
||||
/// <summary>
|
||||
/// 用于判断集合中的项目是否为最后一个项目的转换器。
|
||||
@@ -10,7 +10,7 @@ namespace NeoUI.Converters;
|
||||
/// <remarks>
|
||||
/// 使用此转换器时,需要传递一个包含当前项和整个集合的参数。转换器将基于这些信息来确定当前项是否是集合中的最后一项。
|
||||
/// </remarks>
|
||||
public class IsLastItemConverter : IMultiValueConverter
|
||||
internal class IsLastItemConverter : IMultiValueConverter
|
||||
{
|
||||
/// <summary>
|
||||
/// IsLastItemConverter 的单例实例,用于在 XAML 中方便地引用和使用该转换器。
|
||||
|
||||
Reference in New Issue
Block a user