VirtualEnumerator.Current Property
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.Utility.Collections
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)
Usage
'Usage
Dim instance As VirtualEnumerator(Of T)
Dim value As T
value = instance.Current
Syntax
'Declaration
Public ReadOnly Property Current As T
public T Current { get; }
public:
virtual property T Current {
T get () sealed;
}
/** @property */
public final T get_Current ()
public final function get Current () : T
Property Value
Returns Boolean.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
VirtualEnumerator Generic Class
VirtualEnumerator Members
Microsoft.OneGet.Utility.Collections Namespace