Partilhar via


SerializationInitAssemblyAttribute(Type) Constructor

Definition

Attribute containing a type with an Init method to be called when initializing ProtocolJsonSerializer.

public SerializationInitAssemblyAttribute(Type type);
new Microsoft.Agents.Core.Serialization.SerializationInitAssemblyAttribute : Type -> Microsoft.Agents.Core.Serialization.SerializationInitAssemblyAttribute
Public Sub New (type As Type)

Parameters

type
Type

Declared type containing static Init method to call.

Applies to