Unverified Commit 04535d32 authored by Mike Urbach's avatar Mike Urbach Committed by GitHub
Browse files

Add a new DynamicObject.apply method to create Class instances. (#3792)

This is in addition to the existing support in
Definition.apply. Sometimes it is not possible to use
Definition.apply, for example, if you plan to bore ports through the
Class being constructed. The new DynamicObject.apply method supports
this, and creates a DynamicObject from the newly elaborated Class.
parent 35cb0fe6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment