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)
Syntax
'Declaration
Public Shared Function MaterializeIEnumerable ( _
    enumerable As IEnumerable(Of PendingChange) _
) As PendingChange()
public static PendingChange[] MaterializeIEnumerable(
    IEnumerable<PendingChange> enumerable
)
public:
static array<PendingChange^>^ MaterializeIEnumerable(
    IEnumerable<PendingChange^>^ enumerable
)
static member MaterializeIEnumerable : 
        enumerable:IEnumerable<PendingChange> -> PendingChange[] 
public static function MaterializeIEnumerable(
    enumerable : IEnumerable<PendingChange>
) : PendingChange[]
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.