PendingChange.EmptyIEnumerable Property

Gets an empty IEnumerable of PendingChanges.

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

Syntax

'Declaration
Public Shared ReadOnly Property EmptyIEnumerable As IEnumerable(Of PendingChange)
public static IEnumerable<PendingChange> EmptyIEnumerable { get; }
public:
static property IEnumerable<PendingChange^>^ EmptyIEnumerable {
    IEnumerable<PendingChange^>^ get ();
}
static member EmptyIEnumerable : IEnumerable<PendingChange> with get
static function get EmptyIEnumerable () : IEnumerable<PendingChange>

Property Value

Type: System.Collections.Generic.IEnumerable<PendingChange>
An empty IEnumerable of PendingChanges.

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace