Click or drag to resize
SerializerAssemblyGenerationConfigurationAssemblyName Property
Gets or sets the name of the assembly. This property is required.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public AssemblyName AssemblyName { get; set; }

Property Value

Type: AssemblyName
The name of the assembly.
See Also