Renci.SshNet.Abstractions.ReflectionAbstraction
namespace Renci.SshNet.Abstractions
{
internal static class ReflectionAbstraction
{
public static IEnumerable<T> GetCustomAttributes<T>(this Type type, bool inherit) where T : Attribute;
}
}