GenerateSerializerAttribute(Type) Constructor

Definition

Initializes a new instance of GenerateSerializerAttribute.

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

Parameters

type
Type

The type that the generator should generate code for

Applies to