EntityInitAssemblyAttribute(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.