using System.Collections;
using System.Reflection;
namespace XFEExtension.NetCore.WinUIHelper.Utilities.Helper;
///
/// 对象帮助类
///
public static class ObjectHelper
{
///
/// 判断对象及其子属性是否包含指定关键字
///
public static bool Search(object obj, string keyword)
{
return SearchObject(obj, keyword, []);
}
private static bool SearchObject(object? obj, string keyword, HashSet