RuntimeCompositeSetter.set

Set a field or property of CompositeType.

class RuntimeCompositeSetter(Type, FieldType = Type, KeyType = string)
const
void
set
(
ref Object composite
,
FieldType field
,
KeyType key
,
RCIAllocator allocator = theAllocator
)

Parameters

composite Object

composite that will store value

Throws

InvalidArgumentException when value or composite is not what was expected

Meta