GenericCapableTypeAdapter.GetOwnGenericParameterRange Method

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Retrieves the offset and number of generic parameters belonging exclusively to this type, excluding any from its declaring type, if the type is generic.
protected ValueTuple<int, int> GetOwnGenericParameterRange()

Returns

ValueTuple<int, int>
A tuple containing the offset and number of generic parameters belonging exclusively to this type.