GenericCapableTypeAdapter.OwnGenericParameterRange Property

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

Definition

Gets the offset and number of generic parameters belonging exclusively to this type, excluding any from its declaring type, if the type is generic.
public ValueTuple<int, int> OwnGenericParameterRange { get; }

Property Value

ValueTuple<int, int>
A tuple containing the offset and number of generic parameters belonging exclusively to this type, or (0, 0) if the type is not generic.