Skip to content

ObjectEnumerator<TValue>.Current Property

Definition

Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Source: ObjectEnumerator.cs

Current()

Gets the current element in the enumeration.

public JsonProperty<TValue> Current { get; }

Returns

JsonProperty<TValue>

Implements

IEnumerator&lt;JsonProperty&lt;TValue&gt;&gt;.Current

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests.

Open an issue