RuntimeFieldSetter.set

Set a field or property of CompositeType.

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

Parameters

composite Type

composite that will store value

Throws

InvalidArgumentException when value or composite is not what was expected

Meta