RuntimeMapper.accessors

Set accessors

  1. PropertyAccessor!Object[] accessors [@property setter]
    class RuntimeMapper
    @property @safe nothrow pure
    typeof(this)
    accessors
  2. inout(PropertyAccessor!Object[]) accessors [@property getter]

Parameters

accessors PropertyAccessor!Object[]

list of runtime accessors used to access data

Return Value

Type: typeof(this)

typeof(this)

Meta