Share via


ReadOnlyLinkedElementCollection<T>.Enumerator.IEnumerator.Current Property

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Private ReadOnly Property Current As Object 
    Implements IEnumerator.Current
Object IEnumerator.Current { get; }
private:
virtual property Object^ Current {
    Object^ get () sealed = IEnumerator::Current::get;
}
private abstract Current : Object with get 
private override Current : Object with get
JScript does not support explicit interface implementations.

Property Value

Type: System.Object

Implements

IEnumerator.Current

.NET Framework Security

See Also

Reference

ReadOnlyLinkedElementCollection<T>.Enumerator Structure

Microsoft.VisualStudio.Modeling Namespace