IdeaBlade.Core Assembly > IdeaBlade.Core.Reflection Namespace > AnonymousFns Class > BuildDeconstructorFunc Method : BuildDeconstructorFunc(Type,Boolean) Method |
'Declaration
Public Overloads Shared Function BuildDeconstructorFunc( _ ByVal anonType As Type, _ ByVal shouldRecurse As Boolean _ ) As Func(Of Object,Object())
'Usage
Dim anonType As Type Dim shouldRecurse As Boolean Dim value As Func(Of Object,Object()) value = AnonymousFns.BuildDeconstructorFunc(anonType, shouldRecurse)
public static Func<object,object[]> BuildDeconstructorFunc( Type anonType, bool shouldRecurse )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2