ConvertorContext.property

Register a property into converting container

  1. auto property(string path)
    struct ConvertorContext(T : Storage!(ConvertorFactory!(FromType, Object), string), FromType)
    property
    (
    Factory : ConvertorFactory!(FromType, ToType)
    ToType
    )
    (
    string path
    )
  2. auto property(string path)

Parameters

path string

the path or identity of property

ToType

the type of property that is registered

Return Value

Type: auto

ConvertorFactory!(FromType, ToType)

Meta