struct JsonProperty

in global :: System . Text . Json

😔 No documentation found.


public JsonElement Value { get; }

😔 No documentation found.

public string Name { get; }

😔 No documentation found.

public bool NameEquals( string text )

😔 No documentation found.

public bool NameEquals( ReadOnlySpan<byte> utf8Text )

😔 No documentation found.

public bool NameEquals( ReadOnlySpan<char> text )

😔 No documentation found.

public void WriteTo( Utf8JsonWriter writer )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.