Class OpenMpApiPartialAttribute
This attribute marks an open.mp API interface struct as partial. Partial API structs will not implement their own managed interface.
[AttributeUsage(AttributeTargets.Struct)]
public class OpenMpApiPartialAttribute : Attribute
- Inheritance
-
OpenMpApiPartialAttribute
- Inherited Members
Constructors
OpenMpApiPartialAttribute()
public OpenMpApiPartialAttribute()