CompositeSetter.set

Set a field or property of CompositeType.

  1. void set(ComponentType component, T field, string property, RCIAllocator allocator)
    class CompositeSetter(ComponentType)
    const
    void
    set
    (
    T
    )
    (
    ref ComponentType component
    ,,
    string property
    ,
    RCIAllocator allocator = theAllocator
    )
    if (
    isAggregateType!ComponentType
    )
  2. void set(ComponentType component, Object field, string property, RCIAllocator allocator)

Parameters

property string

the identity of field in composite

Throws

InvalidArgumentException when value or composite is not what was expected

Meta