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
See also
Reference
MimeNode.Enumerator<T> structure