Partager via


MimeNode.Enumerator<T>.Current Property

The Current method gets the current object.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Current As T
    Get
'Usage
Dim instance As MimeNode.Enumerator
Dim value As T

value = instance.Current
public T Current { get; }

Property Value

Type: T

Implements

IEnumerator<T>.Current