IdeaBlade DevForce 2010 Help Reference
Construct Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > AnonymousFns Class : Construct Method



anonType
values
Construct a single instance of an anonymous type with a specified set of values

Syntax

Visual Basic (Declaration) 
Public Shared Function Construct( _
   ByVal anonType As Type, _
   ByVal ParamArray values() As Object _
) As Object
Visual Basic (Usage)Copy Code
Dim anonType As Type
Dim values() As Object
Dim value As Object
 
value = AnonymousFns.Construct(anonType, values)
C# 
public static object Construct( 
   Type anonType,
   params object[] values
)
C++/CLI 
public:
static Object^ Construct( 
   Type^ anonType,
   ... array<Object^>^ values
) 

Parameters

anonType
values

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.