예제 #1
0
 [Obsolete("Try remove this")] public static bool Obsolete_HasAttribute <TAttribute>(this MemberInfo memberInfo, bool inherit) where TAttribute : Attribute => memberInfo.Obsolete_HasAttribute(typeof(TAttribute), inherit);