JsonConverterAttribute.ConverterType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 JsonConverterAttribute 的類型,若它是在沒有類型的情況下建立的,則為 null
。
public:
property Type ^ ConverterType { Type ^ get(); };
public Type? ConverterType { get; }
public Type ConverterType { get; }
member this.ConverterType : Type
Public ReadOnly Property ConverterType As Type
屬性值
的型 JsonConverterAttribute 別,如果建立時沒有型別,則 null
為 。