This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
SignatureHelper..::.GetPropertySigHelper Method
Returns a signature helper for a property.

Overload List
|
| 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

See Also