共用方式為


JsonCollectionInfoValues<TCollection> 類別

定義

提供有關集合類型的序列化中繼資料。

generic <typename TCollection>
public ref class JsonCollectionInfoValues sealed
public sealed class JsonCollectionInfoValues<TCollection>
type JsonCollectionInfoValues<'Collection> = class
Public NotInheritable Class JsonCollectionInfoValues(Of TCollection)

類型參數

TCollection

集合類型。

繼承
JsonCollectionInfoValues<TCollection>

備註

此 API 適用于 System.Text.Json 來源產生器的輸出,不應直接呼叫。

建構函式

JsonCollectionInfoValues<TCollection>()

屬性

ElementInfo

JsonTypeInfo實例,表示專案類型。

KeyInfo

如果字典類型, JsonTypeInfo 表示索引鍵類型的實例。

NumberHandling

JsonNumberHandling 套用至數位集合元素的選項。

ObjectCreator

Func<TResult> 用於在還原序列化時建立集合的實例。

SerializeHandler

假設預先決定 JsonSourceGenerationOptionsAttribute 預設值的優化序列化實作。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於