Interview Question
Qus: Intrinsic types which are not CLS Compliant in .net framework?
he following data types are not CLS-compliant:
SByte Data Type
UInteger Data Type
ULong Data Type
UShort Data Type
Answers (2)
SByte Data Type
UInteger Data Type
ULong Data Type
UShort Data Type
SByte – 8-bit signed integer data type, TypedReference – Pointer to an object and its runtime type, Uint16 – 16-bit unsigned integer, Uint32 – 32-bit unsigned integer, Uint64 – 64-bit unsigned integer, UintPtr – Unsigned pointer or handle.le.