original

Identify the original type of converted component.

Identify the original type of converted component. The object will be downcasted to OriginalTypeAware interface and if it succeeded original type will be returned. For non-object components typeid(void) will be returned as no OriginalTypeAware they could implement.

Return Value

Type: TypeInfo

TypeInfo of original type from which current one was converted.

Meta