Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

Table..::..ToObjects<(Of <(<'T>)>)> Method (Nullable<(Of <(<'IReadOnlyList<(Of <(<'Type>)>)>>)>)>)

Converts the table into an enumeration of objects of the indicated type using the indicated constructor.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public IEnumerable<T> ToObjects<T>(
	Nullable<IReadOnlyList<Type>> constructorSignature
)
Public Function ToObjects(Of T) ( _
	constructorSignature As Nullable(Of IReadOnlyList(Of Type)) _
) As IEnumerable(Of T)
public:
generic<typename T>
IEnumerable<T>^ ToObjects(
	Nullable<IReadOnlyList<Type^>^> constructorSignature
)

Type Parameters

T
Desired object type

Parameters

constructorSignature
Type: Nullable<(Of <(<'IReadOnlyList<(Of <(<'Type>)>)>>)>)>
The constructor signature.

Return Value

IEnumerable<T>.