Gets the module in which the type that declares the member represented by the current System.Reflection.MemberInfo is defined.
Documentation for this section has not yet been entered.
This property is provided as a convenience. It is equivalent to using the MemberInfo.DeclaringType property to get the type in which the method is declared, and then calling the Type.Module property of the resulting Type object.