This property always returns Nothing for dynamic methods. Even when a dynamic method is logically associated with a type, it is not declared by the type.
The following code example displays the declaring type of a dynamic method. This code example is part of a larger example provided for the DynamicMethod class.