TaggedElementPropertyAccessorWrapper.this

Constructor for tagged element property accessor.

class TaggedElementPropertyAccessorWrapper(Tagged : TaggedAlgebraic!Y, PropertyAccessorType : PropertyAccessor!(X, Z, KeyType), X, Z, KeyType = string, Y)
this
(
PropertyAccessorType accessor
)

Parameters

accessor PropertyAccessorType

underlying accessor used to access fields out of a particular component type in a tagged algebraic type.

Meta