| 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
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