CombinedConvertorImpl.destruct

Destroy component created using this convertor.

Find a suitable convertor for destruction and use it to execute destruction.

class CombinedConvertorImpl
const
void
destruct
(
const TypeInfo from
,
ref Object converted
,
RCIAllocator allocator = theAllocator
)

Parameters

converted Object

component that should be destroyed.

allocator RCIAllocator

allocator used to allocate converted component.

Meta