SerializerCodeGenerationResultTargetType Property |
Gets the target type of serializer generation.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Type TargetType { get; }
Public ReadOnly Property TargetType As Type
Get
public:
property Type^ TargetType {
Type^ get ();
}
member TargetType : Type with get
Property Value
Type:
Type
The target type of serializer generation.
This property will not be
null.
See Also