StreamingCollection<T>.Current Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Current As T
public T Current { get; }
public:
property T Current {
T get ();
}
member Current : 'T with get
function get Current () : T
Property Value
Type: T
Returns IEnumerator.
.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.