CastType
CastType struct
Contains the functions to determine the cast type.
template<typename Source,typename Result>class CastType
Template parameters
Parameter | Description |
---|---|
Source | The source type. |
Result | The result type. |
Fields
Field | Description |
---|---|
static constexpr Boxing | |
static constexpr Dynamic | |
static constexpr Invalid | |
static constexpr None | |
static constexpr NullableBoxing | |
static constexpr NullableUnboxing | |
static constexpr Static | |
static constexpr Unboxing |
See Also
- Namespace System::Collections::Generic::Details::CastRules
- Library Aspose.Slides