![]() | BoxingGetBoxedType Method |
Name | Description | |
---|---|---|
![]() ![]() | GetBoxedType(Object) |
Gets the boxed type for the value.
|
![]() ![]() | GetBoxedType(Type) |
Returns the boxed class for the given class, or the class itself if already boxed or not a primitive type.
For primitive unboxed types returns the boxed types, e.g. returns typeof(int?) for passing typeof(int).
For type other class, returns the class passed.
|