CompositeSetter

Composite (object, struct, union) setter.

class CompositeSetter : PropertySetter!(ComponentType, Object, string)(
ComponentType
) if (
isAggregateType!ComponentType
) {}

Members

Functions

componentType
TypeInfo componentType(ComponentType composite)

Identify the type of supported component.

set
void set(ComponentType component, Object field, string property)

Set a field or property of CompositeType.

set
void set(ComponentType component, T field, string property)

Set a field or property of CompositeType.

Meta