次の方法で共有


SerializerAttribute(Type) コンストラクター

定義

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

public SerializerAttribute (Type targetType);
new Orleans.CodeGeneration.SerializerAttribute : Type -> Orleans.CodeGeneration.SerializerAttribute
Public Sub New (targetType As Type)

パラメーター

targetType
Type

この実装でシリアル化できる型。

適用対象