This documentation is archived and is not being maintained.

PendingChange::MaterializeIEnumerable Method

Converts an IEnumerable of PendingChange objects to an array of PendingChange objects.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
static array<PendingChange^>^ MaterializeIEnumerable(
	IEnumerable<PendingChange^>^ enumerable
)

Parameters

enumerable
Type: System.Collections.Generic::IEnumerable<PendingChange>

PendingChanges to convert to an array.

Return Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>
Array of PendingChange objects.

Show: