StringValues.Enumerator.Current Property

Definition

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

public:
 property System::String ^ Current { System::String ^ get(); };
public string Current { get; }
public string? Current { get; }
member this.Current : string
Public ReadOnly Property Current As String

Property Value

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

Implements

Applies to