![]() |
Init(args)
Scripting Reference
|
◆ memberName
Assigns an argument received during initialization to a field or property by the memberName given name. Because reflection is used to set the value it is possible to use this to assign to init only fields and properties. Properties that do not have a set accessor and are not auto-implemented are not supported however.
|