DevForce Help Reference
ConstructMany Method


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
'Declaration
 
<IteratorStateMachineAttribute(IdeaBlade.Core.Reflection.AnonymousFns+d__3)> 
Public Shared Function ConstructMany( _ 
   ByVal anonType As Type, _ 
   ByVal valueArrays As IEnumerable(Of Object()) _ 
) As IEnumerable(Of Object)
'Usage
 
Dim anonType As Type
Dim valueArrays As IEnumerable(Of Object())
Dim value As IEnumerable(Of Object)
 
value = AnonymousFns.ConstructMany(anonType, valueArrays)
[IteratorStateMachine(IdeaBlade.Core.Reflection.AnonymousFns+d__3)] 
public static IEnumerable<object> ConstructMany( 
   Type anonType, 
   IEnumerable<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 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