QuotaValueCollection.GetEnumerator Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of QuotaValue)
public IEnumerator<QuotaValue> GetEnumerator()
public:
virtual IEnumerator<QuotaValue^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<QuotaValue>
override GetEnumerator : unit -> IEnumerator<QuotaValue>
public final function GetEnumerator() : IEnumerator<QuotaValue>
Return Value
Type: System.Collections.Generic.IEnumerator<QuotaValue>
Implements
IEnumerable<T>.GetEnumerator()
.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.