How do I specify multiple constraints on a generic type in C#? December 10, 2023 by Tarik public class Animal<SpeciesType,OrderType> where SpeciesType : Species where OrderType : Order { }