Table of Contents

Class OpenMpApiPartialAttribute

Namespace
SampSharp.OpenMp.Core
Assembly
SampSharp.OpenMp.Core.dll

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()