Compartilhar via


EntityInitAssemblyAttribute(Type) Constructor

Definition

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

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

Parameters

type
Type

Declared type containing static Init method to call.

Applies to