TypeAdapter.ParametericSignature Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the signature of the type when used as a parameter or return type.
public string ParametericSignature { get; }Property Value
- string
- A string representation of the type used for constructing parameter and return type signatures in code references.
Remarks
In most cases, the IType.ParametericSignature is identical to the IType.Signature property. However, for certain types such as generic types, this signature may differ to accurately represent how the type is used in parameter and return type contexts.
