DeserializerMethodAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メソッドを、その型の逆シリアライザー関数を提供するものとしてマークするために使用されます。
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class DeserializerMethodAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type DeserializerMethodAttribute = class
inherit Attribute
Public NotInheritable Class DeserializerMethodAttribute
Inherits Attribute
- 継承
-
DeserializerMethodAttribute
- 属性
コンストラクター
DeserializerMethodAttribute() |
メソッドを、その型の逆シリアライザー関数を提供するものとしてマークするために使用されます。 |