ReadOnlyLinkedElementCollection<T>.Enumerator.IEnumerator.Current Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Private ReadOnly Property Current As Object
Implements IEnumerator.Current
'Usage
Dim instance As ReadOnlyLinkedElementCollection<T>.Enumerator
Dim value As Object
value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }
private:
virtual property Object^ Current {
Object^ get () sealed = IEnumerator::Current::get;
}
JScript does not support explicit interface implementations.
Property Value
Type: System.Object
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ReadOnlyLinkedElementCollection<T>.Enumerator Structure