GenericObjectWrappingConvertorFactory.convertible

Set convertible

  1. FromType convertible [@property setter]
    class GenericObjectWrappingConvertorFactory(T : ConvertorFactory!(FromType, ToType), FromType, ToType)
    @property @safe nothrow
    convertible
    (
    FromType convertible
    )
  2. FromType convertible [@property getter]

Parameters

convertible FromType

data that the factory should convert into ToType component

Return Value

Type: GenericObjectWrappingConvertorFactory!T

ConvertorFactory!(FromType, ToType)

Meta