TeamFoundationDataReader.CurrentEnumerable<T> Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaración
Public Function CurrentEnumerable(Of T) As IEnumerable(Of T)
public IEnumerable<T> CurrentEnumerable<T>()
public:
generic<typename T>
IEnumerable<T>^ CurrentEnumerable()
member CurrentEnumerable : unit -> IEnumerable<'T>
JScript does not support generic types or methods.
Type Parameters
- T
Return Value
Type: System.Collections.Generic.IEnumerable<T>
.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.