Click or drag to resize
SerializerGeneratorAssemblyName Property

Note: This API is now obsolete.

Gets the name of the assembly to be generated.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[ObsoleteAttribute("Use static methods instead.")]
public AssemblyName AssemblyName { get; }

Property Value

Type: AssemblyName
The name of the assembly to be generated.
See Also