For Babelfish Release 1.11.3.13

EnumConverterByDescriptionTReadAsPropertyName Method

Reads a dictionary key from a JSON property name.

Definition

Namespace: Scopos.BabelFish.Converters.Microsoft
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public override T ReadAsPropertyName(
	ref Utf8JsonReader reader,
	Type typeToConvert,
	JsonSerializerOptions options
)

Parameters

reader  Utf8JsonReader
The Utf8JsonReader to read from.
typeToConvert  Type
The type to convert.
options  JsonSerializerOptions
The options to use when reading the value.

Return Value

T
The value that was converted.

See Also