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)

Syntax

'Declaration
Public Shared Function IsIEnumerableEmpty ( _
    enumerable As IEnumerable(Of PendingChange) _
) As Boolean
public static bool IsIEnumerableEmpty(
    IEnumerable<PendingChange> enumerable
)
public:
static bool IsIEnumerableEmpty(
    IEnumerable<PendingChange^>^ enumerable
)
static member IsIEnumerableEmpty : 
        enumerable:IEnumerable<PendingChange> -> bool
public static function IsIEnumerableEmpty(
    enumerable : IEnumerable<PendingChange>
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace