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.
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
- 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.