| Visual Basic (Declaration) | |
|---|---|
Public Function BuildFunc
    (Of TOldArgs,TNewArgs)( _
   ByVal realNewArgsType As Type _
) As Func(Of TOldArgs,TNewArgs) | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As PropertyInterceptorAction(Of TArgs) Dim realNewArgsType As Type Dim value As Func(Of TOldArgs,TNewArgs) value = instance.BuildFunc(Of TOldArgs, TNewArgs)(realNewArgsType)  | |
| C# | |
|---|---|
public Func<TOldArgs,TNewArgs> BuildFunc<TOldArgs,TNewArgs>( Type realNewArgsType )  | |
| C++/CLI | |
|---|---|
public: Func<TOldArgs^,TNewArgs^>^ BuildFuncgeneric<typename TOldArgs> generic<typename TNewArgs> ( Type^ realNewArgsType )  | |
Parameters
- realNewArgsType
 
Type Parameters
- TOldArgs
 - TNewArgs
 
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family