Dela via


BorrowedList<TElement>.Enumerator.Current Property

Definition

Gets the element in the collection at the current position of the enumerator.

public TElement Current { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Current : 'Element
Public ReadOnly Property Current As TElement

Property Value

TElement

Implements

Attributes

Applies to