.NET Framework Class Library
SignatureHelper..::.GetPropertySigHelper Method
Returns a signature helper for a property.
|
| Name | Description |
|---|
.gif) .gif) | GetPropertySigHelper(Module, Type, array<Type>[]()[]) | Returns a signature helper for a property, given the dynamic module that contains the property, the property type, and the property arguments. |
.gif) .gif) | GetPropertySigHelper(Module, Type, array<Type>[]()[], array<Type>[]()[], array<Type>[]()[], array<array<Type>[]()[]>[]()[], array<array<Type>[]()[]>[]()[]) | Returns a signature helper for a property, given the dynamic module that contains the property, the property type, the property arguments, and custom modifiers for the return type and arguments. |
.gif) .gif) | GetPropertySigHelper(Module, CallingConventions, Type, array<Type>[]()[], array<Type>[]()[], array<Type>[]()[], array<array<Type>[]()[]>[]()[], array<array<Type>[]()[]>[]()[]) | Returns a signature helper for a property, given the dynamic module that contains the property, the calling convention, the property type, the property arguments, and custom modifiers for the return type and arguments. |
Top
Reference