Modifier

Int32Collection.Enumerator.Current Property

Definition

Gets the current element in the collection.

public:
 property int Current { int get(); };
public int Current { get; }
member this.Current : int
Public ReadOnly Property Current As Integer

Property Value

The current element in the collection.

Implements

Applies to