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



anonType
valueArrays
Each item in the enumeration contains an object[] containing the values for a new anonymous instance
Construct multiple instances of a specified anonymous type each with a specified set of values

Syntax

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

Parameters

anonType
valueArrays
Each item in the enumeration contains an object[] containing the values for a new anonymous instance

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.