TypeAdapter.ConstructSignature Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Constructs the signature of the type.
protected virtual string ConstructSignature(bool useParameterNotation)Parameters
useParameterNotationbool- Indicates whether the signature is used in parameter notation.
Returns
- string
- A string representing the type's signature used in code references.
