Documentation for this section has not yet been entered.
This property is provided as a convenience. It is equivalent to using the MethodBuilder.DeclaringType property to get the type in which the method is being declared, and then calling the Type.Module property of the resulting Type object.
This property is also equivalent to calling MethodBuilder.GetModule.