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

定義

GenerateSerializerAttribute の新しいインスタンスを初期化します。

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

パラメーター

type
Type

ジェネレーターでコードを生成する必要がある型

適用対象