This documentation is archived and is not being maintained.

PendingChange::IsIEnumerableEmpty Method

Checks to see whether an IEnumberable of PendingChange objects is empty.

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

public:
static bool IsIEnumerableEmpty(
	IEnumerable<PendingChange^>^ enumerable
)

Parameters

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

IEnumerable to check.

Return Value

Type: System::Boolean
True if the IEnumerable is empty; otherwise, false.

Show: