AssociativeArraySetter.set

Set a field or property of CompositeType.

class AssociativeArraySetter(Type, KeyType = Type)
const
void
set
(
ref Type[KeyType] composite
,
Type field
,
KeyType key
,
RCIAllocator allocator = theAllocator
)

Parameters

composite Type[KeyType]

composite that will store value

Throws

InvalidArgumentException when value or composite is not what was expected

Meta