Bridge
IEnumerator
<
(Of
<
(
<'
T
>
)
>
)
>
.
.
::
.
.
Current Property
Gets the element in the collection at the current position of the enumerator.
Namespace:
System.Collections.Generic
Assembly:
Bridge
(in Bridge.dll)
Syntax
C#
VB
C++
T
Current
{
get
; }
ReadOnly
Property
Current
As
T
Get
property
T
Current
{ T
get
(); }
Return Value
The element in the collection at the current position of the enumerator.
See Also
IEnumerator
<
(Of
<
(
<'
T
>
)
>
)
>
Interface
System.Collections.Generic Namespace