TOldArgs
TNewArgs
IdeaBlade DevForce 2010 Help Reference
BuildFunc<TOldArgs,TNewArgs> Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > PropertyInterceptorAction<TArgs> Class : BuildFunc<TOldArgs,TNewArgs> Method



realNewArgsType
Internal use only.

Syntax

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++/CLI 
public:
Func<TOldArgs^,TNewArgs^>^ BuildFuncgeneric<typename TOldArgs>
generic<typename TNewArgs>
( 
   Type^ realNewArgsType
) 

Parameters

realNewArgsType

Type Parameters

TOldArgs
TNewArgs

Requirements

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

See Also

© 2013 All Rights Reserved.