I have a Method that accepts a generic parameter:


public void AddErrors<T>(T Validator)
{

}