JsonMetadataServices.CreateICollectionInfo<TCollection,TElement> Methode

Definitie

Hiermee maakt u metagegevens voor typen die kunnen worden toegewezen aan ICollection<T>.

public:
generic <typename TCollection, typename TElement>
 where TCollection : System::Collections::Generic::ICollection<TElement> static System::Text::Json::Serialization::Metadata::JsonTypeInfo<TCollection> ^ CreateICollectionInfo(System::Text::Json::JsonSerializerOptions ^ options, System::Text::Json::Serialization::Metadata::JsonCollectionInfoValues<TCollection> ^ collectionInfo);
public static System.Text.Json.Serialization.Metadata.JsonTypeInfo<TCollection> CreateICollectionInfo<TCollection,TElement>(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<TCollection> collectionInfo) where TCollection : System.Collections.Generic.ICollection<TElement>;
static member CreateICollectionInfo : System.Text.Json.JsonSerializerOptions * System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<'Collection (requires 'Collection :> System.Collections.Generic.ICollection<'Element>)> -> System.Text.Json.Serialization.Metadata.JsonTypeInfo<'Collection (requires 'Collection :> System.Collections.Generic.ICollection<'Element>)> (requires 'Collection :> System.Collections.Generic.ICollection<'Element>)
Public Shared Function CreateICollectionInfo(Of TCollection As ICollection(Of TElement), TElement As ICollection(Of TElement)) (options As JsonSerializerOptions, collectionInfo As JsonCollectionInfoValues(Of TCollection)) As JsonTypeInfo(Of TCollection)

Type parameters

TCollection

De algemene definitie van het type.

TElement

De algemene definitie van het elementtype.

Parameters

options
JsonSerializerOptions

De JsonSerializerOptions te gebruiken voor serialisatie en deserialisatie.

collectionInfo
JsonCollectionInfoValues<TCollection>

Biedt serialisatiemetagegevens over het verzamelingstype.

Retouren

JsonTypeInfo<TCollection>

Serialisatiemetagegevens voor het opgegeven type.

Opmerkingen

Deze API is bedoeld voor gebruik door de uitvoer van de System.Text.Json-brongenerator en mag niet rechtstreeks worden aangeroepen.

Van toepassing op