Class PublicApiAttribute
An attribute to define which methods are part of the public API.
[AttributeUsage(AttributeTargets.Method)]
public class PublicApiAttribute : Attribute
- Inheritance
-
PublicApiAttribute
- Inherited Members
Constructors
PublicApiAttribute()
public PublicApiAttribute()