VectorCollection.Enumerator.Current Property

Definition

Gets the current element in the collection.

public:
 property System::Windows::Vector Current { System::Windows::Vector get(); };
public System.Windows.Vector Current { get; }
member this.Current : System.Windows.Vector
Public ReadOnly Property Current As Vector

Property Value

The current element in the collection.

Implements

Exceptions

The VectorCollection was modified after the enumerator was created.

Applies to

See also