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