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.
Override GetEnumerator since we have to yield N records for each CatalogResource.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Overrides Function GetEnumerator As IEnumerator(Of SqlDataRecord)
public override IEnumerator<SqlDataRecord> GetEnumerator()
public:
virtual IEnumerator<SqlDataRecord^>^ GetEnumerator() override
abstract GetEnumerator : unit -> IEnumerator<SqlDataRecord>
override GetEnumerator : unit -> IEnumerator<SqlDataRecord>
public override function GetEnumerator() : IEnumerator<SqlDataRecord>
Return Value
Type: System.Collections.Generic.IEnumerator<SqlDataRecord>
Returns IEnumerator<T>.
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.