IGenericCapableType.OwnGenericParameterRange Property
- Namespace
- Kampute.DocToolkit.Metadata
- 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.
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.
