JsonMetadataServices.ReadOnlyMemoryByteConverter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a JsonConverter<T> instance that converts ReadOnlyMemory<T> values.
public:
static property System::Text::Json::Serialization::JsonConverter<ReadOnlyMemory<System::Byte>> ^ ReadOnlyMemoryByteConverter { System::Text::Json::Serialization::JsonConverter<ReadOnlyMemory<System::Byte>> ^ get(); };
public static System.Text.Json.Serialization.JsonConverter<ReadOnlyMemory<byte>> ReadOnlyMemoryByteConverter { get; }
static member ReadOnlyMemoryByteConverter : System.Text.Json.Serialization.JsonConverter<ReadOnlyMemory<byte>>
Public Shared ReadOnly Property ReadOnlyMemoryByteConverter As JsonConverter(Of ReadOnlyMemory(Of Byte))
Property Value
Remarks
This API is for use by the output of the System.Text.Json source generator and should not be called directly.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.