JsonElement.ObjectEnumerator.Current Propriedade
Definição
Obtém o elemento na coleção na posição atual do enumerador.Gets the element in the collection at the current position of the enumerator.
public:
property System::Text::Json::JsonProperty Current { System::Text::Json::JsonProperty get(); };
public System.Text.Json.JsonProperty Current { get; }
member this.Current : System.Text.Json.JsonProperty
Public ReadOnly Property Current As JsonProperty
Valor da propriedade
O elemento na coleção na posição atual do enumerador.The element in the collection at the current position of the enumerator.