You are creating a generic class that should work only with value types. Which type constraint should you add?

 Posted by Rajkatie on 8/30/2013 | Category: .NET Framework Interview questions | Views: 3470 | Points: 40
Select from following answers:
  1. Where T : class
  2. Where T : struct
  3. Where T : new()
  4. All Above

Show Correct Answer


Source: microsoft exam(C#) | | Alert Moderator 

Comments or Responses

Login to post response