Open sandboxFocus

Enum TypeParameterKind

Specifies whether a type parameter belongs to a type or a method.

Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
public enum TypeParameterKind

Fields

Name Description
Method

The type parameter belongs to a method.

Type

The type parameter belongs to a type (class, struct, interface, etc.).

See Also