DevForce Help Reference
Construct Method


Construct a single instance of an anonymous type with a specified set of values
Syntax
'Declaration
 
Public Shared Function Construct( _
   ByVal anonType As Type, _
   ByVal ParamArray values() As Object _
) As Object
'Usage
 
Dim anonType As Type
Dim values() As Object
Dim value As Object
 
value = AnonymousFns.Construct(anonType, values)
public static object Construct( 
   Type anonType,
   params object[] values
)

Parameters

anonType
values
Requirements

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

See Also

Reference

AnonymousFns Class
AnonymousFns Members

Send Feedback