PropertyPathAccessor.this

Constructor for property path accessor

class PropertyPathAccessor(ComponentType, FieldType = ComponentType, KeyType = string)
this
(
ElementType!KeyType separator
,
PropertyAccessor!(ComponentType, FieldType) accessor
)
if (
isImplicitlyConvertible!(FieldType, ComponentType) &&
isInputRange!KeyType
)

Parameters

separator ElementType!KeyType

separator used to separate field identities in a field chain.

accessor PropertyAccessor!(ComponentType, FieldType)

accessor used to access consecutively new child field.

Meta