Click or drag to resize
SerializerCodeGenerationResultTargetType Property
Gets the target type of serializer generation.

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

Property Value

Type: Type
The target type of serializer generation. This property will not be null.
See Also