GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  C#
Go To First  |  Previous Question  |  Next Question 
 C#  |  Question 408 of 436    Print  
which is not cls compliant built in value type?
int
ushort
decimal
enum



  
Total Answers and Comments: 5 Last Update: April 02, 2008     Asked by: musclebai 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
February 22, 2008 00:29:36   #1  
deepakrah Member Since: February 2008   Contribution: 1    

RE: which is not cls compliant built in value type?
Ushort
 
Is this answer useful? Yes | No
February 29, 2008 15:09:20   #2  
beehilly Member Since: January 2008   Contribution: 1    

RE: which is not cls compliant built in value type?
ushort
 
Is this answer useful? Yes | No
March 11, 2008 13:08:58   #3  
jbanx Member Since: February 2007   Contribution: 38    

RE: which is not cls compliant built in value type?
ushort is not a cls compliant
 
Is this answer useful? Yes | No
March 17, 2008 21:06:46   #4  
sandeepkrs Member Since: March 2008   Contribution: 2    

RE: which is not cls compliant built in value type?
Following are not CLS-compliant in C#-

ubyte
ushort
uint
ulong

 
Is this answer useful? Yes | No
April 02, 2008 02:07:02   #5  
Vikas Yadav Member Since: April 2008   Contribution: 15    

RE: which is not cls compliant built in value type?
sbyte(System.SByte)
ushort(
System.UInt16)
uint(
System.UInt32)
ulong(System.UInt64)

are non-cls compliant .

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape