DuckTypeAspectKind

Overview

duck type aspect type

Location

Value Description
Dynamic "Dynamic" mode is done at runtime, usually with on the fly reflection code
Static Static duck typing creates code matching the class and fails for missing members.
Weak Weak duck typing fails at runtime for missing members when calling them.