Class MustBeVariantAttribute
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Attribute that restricts generic type parameters to be only types that can be marshaled from/to a Variant.
[AttributeUsage(AttributeTargets.GenericParameter)]
public sealed class MustBeVariantAttribute : Attribute
- Inheritance
-
MustBeVariantAttribute
- Inherited Members
Constructors
MustBeVariantAttribute()
public MustBeVariantAttribute()