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
'Декларация
Public Shared ReadOnly Property EmptyIEnumerable As IEnumerable(Of PendingChange)
Get
public static IEnumerable<PendingChange> EmptyIEnumerable { get; }
public:
static property IEnumerable<PendingChange^>^ EmptyIEnumerable {
IEnumerable<PendingChange^>^ get ();
}
static member EmptyIEnumerable : IEnumerable<PendingChange>
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.