PostSharpAPI ReferencePost­Sharp.​Patterns.​Model.​Type­AdaptersType­AdapterAdapted­Type
Open sandboxFocus

TypeAdapter.AdaptedType Property

AdaptedType

Gets the AdaptedType adapted by the current TypeAdapter, or null if the current TypeAdapter is not specific to any AdaptedType.

Declaration
public Type AdaptedType { get; }
Property Value
Type Description
System.Type