Open sandboxFocus

Enum TypeKindConstraint

Specifies type kind constraints for generic type parameters.

Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum TypeKindConstraint

Fields

Name Description
Class
Default
None
NotNull
Struct
Unmanaged
See Also