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

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

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<ConstructorMetadata> constructor
)
Public Function ToObjects(Of T) ( _
	constructor As Nullable(Of ConstructorMetadata) _
) As IEnumerable(Of T)
public:
generic<typename T>
IEnumerable<T>^ ToObjects(
	Nullable<ConstructorMetadata^> constructor
)

Type Parameters

T
Desired object type

Parameters

constructor
Type: Nullable<(Of <(<'ConstructorMetadata>)>)>
The constructor.

Return Value

IEnumerable<T>.