Function ConvertorContext.property

Register a property into converting container

auto auto property(Factory, ToType) (
  string path
);

Parameters

NameDescription
path the path or identity of property
ToType the type of property that is registered

Returns

ConvertorFactory!(FromType, ToType)