Specifies whether a type parameter belongs to a type or a method.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
public enum TypeParameterKindFields
| Name | Description |
|---|---|
| Method | The type parameter belongs to a method. |
| Type | The type parameter belongs to a type (class, struct, interface, etc.). |