Returns a signature helper for a property, given the dynamic module that contains the property, the property type, and the property arguments.
- mod
- The System.Reflection.Emit.ModuleBuilder that contains the property for which the System.Reflection.Emit.SignatureHelper is requested.
- returnType
- The property type.
- parameterTypes
- The argument types, or null if the property has no arguments.
A System.Reflection.Emit.SignatureHelper object for a property.
To create a signature helper for a property with optional or required custom modifiers, use the SignatureHelper.GetPropertySigHelper(System.Reflection.Module, Type, Type[], Type[], Type[], Type[][], Type[][]) method overload.