次の方法で共有


SerializerAttribute クラス

定義

型のすべてのシリアライザー メソッドを含むクラスを識別します。

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class SerializerAttribute : Orleans.CodeGeneration.GeneratedAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class SerializerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type SerializerAttribute = class
    inherit GeneratedAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type SerializerAttribute = class
    inherit Attribute
Public NotInheritable Class SerializerAttribute
Inherits GeneratedAttribute
Public NotInheritable Class SerializerAttribute
Inherits Attribute
継承
SerializerAttribute
継承
SerializerAttribute
属性

コンストラクター

SerializerAttribute(Type)

SerializerAttribute クラスの新しいインスタンスを初期化します。

プロパティ

TargetType

この実装が適用される型を取得します。

TargetType

この実装が適用される型を取得します。

(継承元 GeneratedAttribute)

適用対象