Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
enumerable
Type: System.Collections.Generic.IEnumerable<PendingChange>IEnumerable to check.
Return Value
Type: System.Boolean
True if the IEnumerable is empty; otherwise, false.
.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.